cmake/Tests/RunCMake/try_run/RunCMakeTest.cmake

11 lines
317 B
CMake
Raw Normal View History

2015-04-27 22:25:09 +02:00
include(RunCMake)
run_cmake(BadLinkLibraries)
2019-11-11 23:01:05 +01:00
if (CMAKE_SYSTEM_NAME MATCHES "^(Linux|Darwin|Windows)$" AND
CMAKE_C_COMPILER_ID MATCHES "^(MSVC|GNU|Clang|AppleClang)$")
set (RunCMake_TEST_OPTIONS -DRunCMake_C_COMPILER_ID=${CMAKE_C_COMPILER_ID})
run_cmake(LinkOptions)
unset (RunCMake_TEST_OPTIONS)
endif()