mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

Our RunCMake.<lower-case> namespace is meant for testing individual CMake language commands.
20 lines
710 B
Plaintext
20 lines
710 B
Plaintext
CMake Error at whitelist.cmake:4 \(set_property\):
|
|
INTERFACE_LIBRARY targets may only have whitelisted properties. The
|
|
property "OUTPUT_NAME" is not allowed.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|
|
|
|
|
|
CMake Error at whitelist.cmake:5 \(set_property\):
|
|
INTERFACE_LIBRARY targets may only have whitelisted properties. The
|
|
property "OUTPUT_NAME" is not allowed.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|
|
|
|
|
|
CMake Error at whitelist.cmake:6 \(get_target_property\):
|
|
INTERFACE_LIBRARY targets may only have whitelisted properties. The
|
|
property "OUTPUT_NAME" is not allowed.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|