mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 23:57:44 +00:00
0dfe395e3c
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.
10 lines
338 B
Plaintext
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\)
|