summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/WriteCompilerDetectionHeader/FileTypo.cmake
blob: c90eda21e8cdd09d154aeb60253aa31d5a95f9a4 (plain)
1
2
3
4
5
6
7

include(WriteCompilerDetectionHeader)

write_compiler_detection_header(
  FILE_TYPO "${CMAKE_CURRENT_BINARY_DIR}/somefile"
  PREFIX Pref
)