Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0e9cb667ef49cb61b7d8ccfc187e11ec00f00920
/
.
/
Tests
/
RunCMake
/
WriteCompilerDetectionHeader
/
InvalidFeature.cmake
blob: cd839686a97cd346be600912c1dd3551ccf9ef20 [
file
] [
log
] [
blame
]
include
(
WriteCompilerDetectionHeader
)
write_compiler_detection_header
(
FILE
"${CMAKE_CURRENT_BINARY_DIR}/somefile"
PREFIX PREF_
COMPILERS GNU
FEATURES not_a_feature
VERSION
3.1
)