Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
02cf404ace01ac4ea7a078dca75a817f95c3bdd3
/
.
/
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
)