Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
CompileFeatures
/
NoSupportedCxxFeatures.cmake
blob: 512194879c066ca928931b4e7d193bd5079b2209 [
file
] [
log
] [
blame
] [
edit
]
add_library
(
no_features empty
.
cpp
)
target_compile_features
(
no_features PRIVATE cxx_constexpr
)