SrcInInstallPrefix-CMP0052-WARN-stderr_INCLUDE_DIRECTORIES.txt 730 B

1234567891011121314151617181920
  1. CMake Warning \(dev\) in CMakeLists.txt:
  2. Policy CMP0052 is not set: Reject source and build dirs in installed
  3. INTERFACE_INCLUDE_DIRECTORIES. Run "cmake --help-policy CMP0052" for
  4. policy details. Use the cmake_policy command to set the policy and
  5. suppress this warning.
  6. Directory:
  7. ".*Tests/RunCMake/IfacePaths_INCLUDE_DIRECTORIES/prefix/src/foo"
  8. in INTERFACE_INCLUDE_DIRECTORIES of target "testTarget" is a subdirectory
  9. of the install directory:
  10. ".*Tests/RunCMake/IfacePaths_INCLUDE_DIRECTORIES/prefix"
  11. however it is also a subdirectory of the source tree:
  12. ".*Tests/RunCMake/IfacePaths_INCLUDE_DIRECTORIES/prefix/src"
  13. This warning is for project developers. Use -Wno-dev to suppress it.