baff44345c
Delay validation of the content as a feature if it contains a generator expression. It will be checked again at generate-time after evaluation.
4 lines
115 B
CMake
4 lines
115 B
CMake
|
|
add_library(somelib STATIC empty.cpp)
|
|
set_property(TARGET somelib PROPERTY COMPILE_FEATURES "$<1:not_a_feature>")
|