Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d82e2d557e7abca744fbfccdb06c2ad18b8f4e7a
/
.
/
Tests
/
RunCMake
/
WriteCompilerDetectionHeader
/
MultiBadOutDir.cmake
blob: b545beef6e5b0f4f27118ba6cfac1a0d1d10d5d6 [
file
]
include
(
WriteCompilerDetectionHeader
)
write_compiler_detection_header
(
FILE
"${CMAKE_CURRENT_BINARY_DIR}/dir/somefile"
PREFIX
Pref
OUTPUT_FILES_VAR outfiles
OUTPUT_DIR
"${CMAKE_CURRENT_BINARY_DIR}"
COMPILERS GNU
VERSION
3.1
FEATURES cxx_auto_type
)