Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
CompileFeatures
/
NotAFeature_OriginDebug.cmake
blob: 350c2eaa9ae760aa8986262c5f55c451f410b80d [
file
] [
log
] [
blame
]
set
(
CMAKE_DEBUG_TARGET_PROPERTIES COMPILE_FEATURES
)
add_library
(
somelib STATIC empty
.
cpp
)
set_property
(
TARGET somelib PROPERTY COMPILE_FEATURES
"not_a_feature"
)