mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
ae5f40696e
When CMake will not generate a test, package, or package_source target, allow projects to create their own targets with these names. Fixes: #16062
6 lines
231 B
Plaintext
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\)$
|