Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2cf2d4f7df60196cbea6834c744a670db511c8d5
/
.
/
Tests
/
RunCMake
/
WriteCompilerDetectionHeader
/
InvalidPrefix.cmake
blob: 6599f35a9edad398c5335b9ecc4741367077729b [
file
]
include
(
WriteCompilerDetectionHeader
)
write_compiler_detection_header
(
FILE
"${CMAKE_CURRENT_BINARY_DIR}/somefile"
PREFIX
"0compile"
VERSION
3.1
COMPILERS GNU
FEATURES cxx_final
)