MultiNoOutFileVar.cmake 212 B

1234567891011
  1. include(WriteCompilerDetectionHeader)
  2. write_compiler_detection_header(
  3. FILE "${CMAKE_CURRENT_BINARY_DIR}/somefile"
  4. PREFIX Pref
  5. OUTPUT_DIR outfiles
  6. COMPILERS GNU
  7. VERSION 3.1
  8. FEATURES cxx_auto_type
  9. )