8ed59fc207
This can be used to set the compiler features required by particular targets. An error is issued at CMake time if the compiler does not support the required feature. If a language dialect flag is required by the features used, that will be added automatically. Base the target_compile_features command on cmTargetPropCommandBase. This gives us 'free' handling of IMPORTED, ALIAS, INTERFACE, non-compilable and missing targets.
6 lines
234 B
Plaintext
6 lines
234 B
Plaintext
CMake Error at invalid_args_on_interface.cmake:3 \(target_compile_features\):
|
|
target_compile_features may only be set INTERFACE properties on INTERFACE
|
|
targets
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|