CMake/Tests/RunCMake/CompileFeatures/NonValidTarget2-stderr.txt
Stephen Kelly 0dfe395e3c Features: Add COMPILE_FEATURES generator expression.
Allow setting build properties based on the features available
for a target.  The availability of features is determined at
generate-time by evaluating the link implementation.

Ensure that the <LANG>_STANDARD determined while evaluating
COMPILE_FEATURES in the link implementation is not lower than that
provided by the INTERFACE of the link implementation.  This is
similar to handling of transitive properties such as
POSITION_INDEPENDENT_CODE.
2014-05-21 17:22:32 +02:00

10 lines
338 B
Plaintext

CMake Error at NonValidTarget2.cmake:4 \(add_custom_target\):
Error evaluating generator expression:
\$<COMPILE_FEATURES:cxx_final>
\$<COMPILE_FEATURE> may only be used with binary targets. It may not be
used with add_custom_command or add_custom_target.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)