Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
CompileFeatures
/
NoSupportedCxxFeatures.cmake
blob: 512194879c066ca928931b4e7d193bd5079b2209 [
file
] [
log
] [
blame
]
add_library
(
no_features empty
.
cpp
)
target_compile_features
(
no_features PRIVATE cxx_constexpr
)