InvalidPrefix.cmake 192 B

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