summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CompileFeatures/NotAFeature_OriginDebug_target_compile_features.cmake
blob: 467d9a17e407abd3923effda72ec11713bb7e41c (plain)
1
2
3
4

set(CMAKE_DEBUG_TARGET_PROPERTIES COMPILE_FEATURES)
add_library(somelib STATIC empty.cpp)
target_compile_features(somelib PRIVATE not_a_feature)