diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-10-25 16:13:03 -0400 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-10-25 16:13:03 -0400 |
commit | 56f2d451912340b2a96c81db192cca7b20758911 (patch) | |
tree | 3d79fe8215116e3c9f8750d069468e0bfa1e4fa1 /Modules/CMakeCXXCompiler.cmake.in | |
parent | 0d7db95566c7cb398cc145ab345cd8770a6b13fa (diff) | |
download | cmake-56f2d451912340b2a96c81db192cca7b20758911.tar.gz |
*** empty log message ***
Diffstat (limited to 'Modules/CMakeCXXCompiler.cmake.in')
-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 0000000000..e0a9bfcdfa --- /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@) |