fixing problem which causes a looooooong hang in CI by illegaly overrideing internal CMake Variable
This commit is contained in:
parent
270622a5f1
commit
e4c11f8107
@ -5,9 +5,13 @@ set(CMAKE_C_COMPILER /opt/msvc/bin/x64/cl)
|
||||
set(CMAKE_CXX_COMPILER /opt/msvc/bin/x64/cl)
|
||||
|
||||
# built in tests fail
|
||||
set(CMAKE_C_COMPILER_WORKS 1)
|
||||
set(CMAKE_CXX_COMPILER_WORKS 1)
|
||||
set(CMAKE_C_COMPILER_WORKS ON)
|
||||
set(CMAKE_CXX_COMPILER_WORKS ON)
|
||||
|
||||
# fails somewhere caused by wine
|
||||
# overriding internal variable DO NOT TRY THIS AT HOME!
|
||||
set(CMAKE_C_ABI_COMPILED ON)
|
||||
set(CMAKE_CXX_ABI_COMPILED ON)
|
||||
|
||||
# adjust the default behavior of the FIND_XXX() commands:
|
||||
# search programs in the host environment
|
||||
|
Loading…
x
Reference in New Issue
Block a user