InvalidCXXFeature.cmake 205 B

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