Move more jobs to gitlab runners.

This commit is contained in:
Antonio Sanchez
2025-08-29 10:06:11 -07:00
parent 2e8cc042a1
commit 5d4485e767
3 changed files with 5 additions and 8 deletions

View File

@@ -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")