Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3ede9ed771bf3d4bcad5ff9fbdc8e39683f50ad3
/
.
/
Tests
/
RunCMake
/
CompileFeatures
/
NoSupportedCFeaturesGenex.cmake
blob: b6053aaf1afe6461022ce4cd1a2288c00f9734a6 [
file
]
enable_language
(
C
)
add_library
(
no_features empty
.
c
)
target_compile_features
(
no_features PRIVATE $
<
1
:
c_static_assert
>)