You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
797 B
21 lines
797 B
10 years ago
|
CMake Warning \(dev\) in CMakeLists.txt:
|
||
|
Policy CMP0052 is not set: Reject source and build dirs in installed
|
||
|
INTERFACE_INCLUDE_DIRECTORIES. Run "cmake --help-policy CMP0052" for
|
||
|
policy details. Use the cmake_policy command to set the policy and
|
||
|
suppress this warning.
|
||
|
|
||
|
Directory:
|
||
|
|
||
9 years ago
|
".*Tests/RunCMake/IfacePaths_INCLUDE_DIRECTORIES/prefix/BinInInstallPrefix-CMP0052-WARN-build/foo"
|
||
10 years ago
|
|
||
|
in INTERFACE_INCLUDE_DIRECTORIES of target "testTarget" is a subdirectory
|
||
|
of the install directory:
|
||
|
|
||
9 years ago
|
".*Tests/RunCMake/IfacePaths_INCLUDE_DIRECTORIES/prefix"
|
||
10 years ago
|
|
||
|
however it is also a subdirectory of the build tree:
|
||
|
|
||
9 years ago
|
".*Tests/RunCMake/IfacePaths_INCLUDE_DIRECTORIES/prefix/BinInInstallPrefix-CMP0052-WARN-build"
|
||
10 years ago
|
|
||
|
This warning is for project developers. Use -Wno-dev to suppress it.
|