Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3ede9ed771bf3d4bcad5ff9fbdc8e39683f50ad3
/
.
/
Tests
/
RunCMake
/
CompileFeatures
/
NoSupportedCxxFeatures.cmake
blob: 512194879c066ca928931b4e7d193bd5079b2209 [
file
]
add_library
(
no_features empty
.
cpp
)
target_compile_features
(
no_features PRIVATE cxx_constexpr
)