Move more jobs to gitlab runners.

(cherry picked from commit 5d4485e767)
This commit is contained in:
Antonio Sanchez
2025-08-29 10:06:11 -07:00
parent 4fc1cfeda5
commit c3f9707824
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")