539c5c252e
Shorten the NotAFeature_OriginDebug_target_compile_features case name to avoid creating really long paths that fail with some tools on Windows.
5 lines
146 B
CMake
5 lines
146 B
CMake
|
|
set(CMAKE_DEBUG_TARGET_PROPERTIES COMPILE_FEATURES)
|
|
add_library(somelib STATIC empty.cpp)
|
|
target_compile_features(somelib PRIVATE not_a_feature)
|