https://github.com/Kitware/CMake
Revision 09ef62fd988826b32f6d6e83992325d35d2f4b5b authored by Brad King on 11 November 2021, 16:23:35 UTC, committed by Brad King on 11 November 2021, 16:23:35 UTC
2 parent s e8e64e1 + b1edd6e
Raw File
Tip revision: 09ef62fd988826b32f6d6e83992325d35d2f4b5b authored by Brad King on 11 November 2021, 16:23:35 UTC
Merge branch 'IntelLLVM-Fortran-frontend-variant' into release-3.20
Tip revision: 09ef62f
CMakeBuildSettings.cmake.in

# The command CMAKE_EXPORT_BUILD_SETTINGS(...) was used by
# @PROJECT_NAME@ to generate this file.  As of CMake 2.8 the
# functionality of this command has been dropped as it was deemed
# harmful (confusing users by changing their compiler).

# CMake 2.6 and below do not support loading their equivalent of this
# file if it was produced by a newer version of CMake.  CMake 2.8 and
# above simply do not load this file.  Therefore we simply error out.
message(FATAL_ERROR
  "This @PROJECT_NAME@ was built by CMake @CMAKE_VERSION@, but this is CMake "
  "${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}.  "
  "Please upgrade CMake to a more recent version.")
back to top