cmake/Tests/RunCMake/TargetSources/RunCMakeTest.cmake
2018-04-23 21:13:27 +02:00

11 lines
220 B
CMake

include(RunCMake)
if(RunCMake_GENERATOR MATCHES "Visual Studio|Xcode")
run_cmake(ConfigNotAllowed)
endif()
run_cmake(OriginDebug)
run_cmake(CMP0026-LOCATION)
run_cmake(RelativePathInInterface)
run_cmake(ExportBuild)