CMake/Tests/RunCMake/WriteCompilerDetectionHeader/PrefixTypo.cmake

8 lines
140 B
CMake

include(WriteCompilerDetectionHeader)
write_compiler_detection_header(
FILE "${CMAKE_CURRENT_BINARY_DIR}/somefile"
PREFIX_TYPO Pref
)