CMakeBuildSettings.cmake.in 681 B

12345678910111213
  1. # The command CMAKE_EXPORT_BUILD_SETTINGS(...) was used by
  2. # @PROJECT_NAME@ to generate this file. As of CMake 2.8 the
  3. # functionality of this command has been dropped as it was deemed
  4. # harmful (confusing users by changing their compiler).
  5. # CMake 2.6 and below do not support loading their equivalent of this
  6. # file if it was produced by a newer version of CMake. CMake 2.8 and
  7. # above simply do not load this file. Therefore we simply error out.
  8. message(FATAL_ERROR
  9. "This @PROJECT_NAME@ was built by CMake @CMAKE_VERSION@, but this is CMake "
  10. "${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}. "
  11. "Please upgrade CMake to a more recent version.")