Files
CMake/Tests/RunCMake/CMP0037/NEW-cond-package_source-stderr.txt
T
Brad King ae5f40696e CMP0037: Allow test and package targets when features are not enabled
When CMake will not generate a test, package, or package_source target,
allow projects to create their own targets with these names.

Fixes: #16062
2017-10-30 10:21:31 -04:00

6 lines
231 B
Plaintext

^CMake Error at NEW-cond-package_source.cmake:5 \(add_custom_target\):
The target name "package_source" is reserved when CPack source packaging is
enabled.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)$