WARN-cond-package_source-stderr.txt 589 B

1234567891011
  1. ^CMake Warning \(dev\) at WARN-cond-package_source.cmake:5 \(add_custom_target\):
  2. Policy CMP0037 is not set: Target names should not be reserved and should
  3. match a validity pattern. Run "cmake --help-policy CMP0037" for policy
  4. details. Use the cmake_policy command to set the policy and suppress this
  5. warning.
  6. The target name "package_source" is reserved when CPack source packaging is
  7. enabled. It may result in undefined behavior.
  8. Call Stack \(most recent call first\):
  9. CMakeLists.txt:3 \(include\)
  10. This warning is for project developers. Use -Wno-dev to suppress it.$