6da65b3907
Use the same rules for paths in source and binary dirs in installed INTERFACE_SOURCES as are used for INTERFACE_INCLUDE_DIRECTORIES.
13 lines
279 B
CMake
13 lines
279 B
CMake
include(RunCMake)
|
|
|
|
if(RunCMake_GENERATOR MATCHES "Visual Studio|Xcode" AND NOT XCODE_BELOW_2)
|
|
run_cmake(ConfigNotAllowed)
|
|
run_cmake(OriginDebugIDE)
|
|
else()
|
|
run_cmake(OriginDebug)
|
|
endif()
|
|
|
|
run_cmake(CMP0026-LOCATION)
|
|
run_cmake(RelativePathInInterface)
|
|
run_cmake(ExportBuild)
|