Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
CompileFeatures
/
NotAFeature_OriginDebugGenex.cmake
blob: 2122981bf8fc5f84259f7b583d49cdd0b0b65eee [
file
] [
log
] [
blame
]
set
(
CMAKE_DEBUG_TARGET_PROPERTIES COMPILE_FEATURES
)
add_library
(
somelib STATIC empty
.
cpp
)
set_property
(
TARGET somelib PROPERTY COMPILE_FEATURES
"$<1:not_a_feature>"
)