18 lines
682 B
Plaintext
18 lines
682 B
Plaintext
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\)
|