CMake/Tests/RunCMake/interface_library/add_custom_command-TARGET-stderr.txt
Stephen Kelly 2600e923a6 Disallow INTERFACE libraries with add_custom_command(TARGET).
Don't attempt to trace their dependencies.
2014-03-19 15:51:21 +01:00

6 lines
249 B
Plaintext

CMake Error at add_custom_command-TARGET.cmake:4 \(add_custom_command\):
Target "iface" is an INTERFACE library that may not have PRE_BUILD,
PRE_LINK, or POST_BUILD commands.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)