Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
WriteCompilerDetectionHeader
/
MultiBadOutDir.cmake
blob: b545beef6e5b0f4f27118ba6cfac1a0d1d10d5d6 [
file
] [
log
] [
blame
]
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
)