diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-10-25 20:13:03 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-10-25 20:13:03 (GMT) |
commit | 56f2d451912340b2a96c81db192cca7b20758911 (patch) | |
tree | 3d79fe8215116e3c9f8750d069468e0bfa1e4fa1 | |
parent | 0d7db95566c7cb398cc145ab345cd8770a6b13fa (diff) | |
download | CMake-56f2d451912340b2a96c81db192cca7b20758911.zip CMake-56f2d451912340b2a96c81db192cca7b20758911.tar.gz CMake-56f2d451912340b2a96c81db192cca7b20758911.tar.bz2 |
*** empty log message ***
-rw-r--r-- | Modules/CMakeCXXCompiler.cmake.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/CMakeCXXCompiler.cmake.in b/Modules/CMakeCXXCompiler.cmake.in new file mode 100644 index 0000000..e0a9bfc --- /dev/null +++ b/Modules/CMakeCXXCompiler.cmake.in @@ -0,0 +1,2 @@ +SET(CMAKE_CXX_COMPILER "@CMAKE_CXX_COMPILER@") +SET(CMAKE_COMPILER_IS_GNUGXX @CMAKE_COMPILER_IS_GNUGXX@) |