index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
CompileFeatures
/
NoSupportedCxxFeatures.cmake
blob: 512194879c066ca928931b4e7d193bd5079b2209 (
plain
)
1
2
3
add_library(no_features empty.cpp) target_compile_features(no_features PRIVATE cxx_constexpr)