cmConfigure.cmake.h.in 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. /*=========================================================================
  2. Program: CMake - Cross-Platform Makefile Generator
  3. Module: $RCSfile$
  4. Language: C++
  5. Date: $Date$
  6. Version: $Revision$
  7. Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
  8. See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  9. This software is distributed WITHOUT ANY WARRANTY; without even
  10. the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  11. PURPOSE. See the above copyright notices for more information.
  12. =========================================================================*/
  13. #cmakedefine CMAKE_NO_STD_NAMESPACE
  14. #cmakedefine CMAKE_NO_ANSI_STREAM_HEADERS
  15. #cmakedefine CMAKE_NO_ANSI_STRING_STREAM
  16. #cmakedefine CMAKE_NO_ANSI_FOR_SCOPE
  17. #cmakedefine HAVE_ENVIRON_NOT_REQUIRE_PROTOTYPE
  18. #cmakedefine HAVE_UNSETENV
  19. #cmakedefine CMAKE_STRICT
  20. #define CMAKE_ROOT_DIR "${CMake_SOURCE_DIR}"
  21. #define CMAKE_BUILD_DIR "${CMake_BINARY_DIR}"
  22. #define CMAKE_PREFIX "${CMAKE_INSTALL_PREFIX}"
  23. #define CMake_VERSION_MAJOR @CMake_VERSION_MAJOR@
  24. #define CMake_VERSION_MINOR @CMake_VERSION_MINOR@
  25. #define CMake_VERSION_PATCH @CMake_VERSION_PATCH@
  26. #cmakedefine CMake_VERSION_RC @CMake_VERSION_RC@
  27. #define CMAKE_DATA_DIR "@CMAKE_DATA_DIR@"