OldVersion.cmake 186 B

12345678910
  1. include(WriteCompilerDetectionHeader)
  2. write_compiler_detection_header(
  3. FILE "${CMAKE_CURRENT_BINARY_DIR}/somefile"
  4. PREFIX Pref
  5. VERSION 3.0
  6. COMPILERS GNU
  7. FEATURES cxx_final
  8. )