Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
CompileFeatures
/
NoSupportedCFeaturesGenex.cmake
blob: b6053aaf1afe6461022ce4cd1a2288c00f9734a6 [
file
] [
log
] [
blame
]
enable_language
(
C
)
add_library
(
no_features empty
.
c
)
target_compile_features
(
no_features PRIVATE $
<
1
:
c_static_assert
>)