https://github.com/Kitware/CMake
Raw File
Tip revision: dd71ec2c93fdf34f8bbcaafbc05f000ef6ed6cab authored by Brad King on 29 June 2016, 13:51:33 UTC
CMake 3.6.0-rc4
Tip revision: dd71ec2
MultiNoOutdir.cmake

include(WriteCompilerDetectionHeader)

write_compiler_detection_header(
  FILE "${CMAKE_CURRENT_BINARY_DIR}/somefile"
  PREFIX Pref
  OUTPUT_FILES_VAR outfiles
  COMPILERS GNU
  VERSION 3.1
  FEATURES cxx_auto_type
)
back to top