mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Move more jobs to gitlab runners.
(cherry picked from commit 5d4485e767)
This commit is contained in:
@@ -453,6 +453,9 @@ macro(ei_set_sitename)
|
||||
endmacro()
|
||||
|
||||
macro(ei_get_compilerver VAR)
|
||||
if (NOT CMAKE_CXX_COMPILER_ID)
|
||||
set(CMAKE_CXX_COMPILER_ID "<unknown>")
|
||||
endif()
|
||||
if(MSVC)
|
||||
set(${VAR} "${CMAKE_CXX_COMPILER_VERSION}")
|
||||
elseif(${CMAKE_CXX_COMPILER_ID} MATCHES "PGI")
|
||||
|
||||
Reference in New Issue
Block a user