From 56f2d451912340b2a96c81db192cca7b20758911 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 25 Oct 2002 16:13:03 -0400 Subject: *** empty log message *** --- Modules/CMakeCXXCompiler.cmake.in | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Modules/CMakeCXXCompiler.cmake.in 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@) -- cgit v0.12