1234567891011121314151617 |
- CMake Error at BadTargetName.cmake:1 \(add_custom_target\):
- add_custom_target called with target name containing a "#". This character
- is not allowed.
- Call Stack \(most recent call first\):
- CMakeLists.txt:3 \(include\)
- +
- CMake Error at BadTargetName.cmake:2 \(add_custom_target\):
- add_custom_target called with target name containing a "<". This character
- is not allowed.
- Call Stack \(most recent call first\):
- CMakeLists.txt:3 \(include\)
- +
- CMake Error at BadTargetName.cmake:3 \(add_custom_target\):
- add_custom_target called with target name containing a ">". This character
- is not allowed.
- Call Stack \(most recent call first\):
- CMakeLists.txt:3 \(include\)
|