summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeCCompiler.cmake.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-10-23 20:53:53 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-10-23 20:53:53 (GMT)
commitfa782867b33a8a5569d88de5b1f0b5f968e3cd6f (patch)
treeb1f69679d18c58433efa0671d205e9641e0eb91a /Modules/CMakeCCompiler.cmake.in
parentf6a70573b0c87c285bc798e479435c9a3c1d1fe6 (diff)
downloadCMake-fa782867b33a8a5569d88de5b1f0b5f968e3cd6f.zip
CMake-fa782867b33a8a5569d88de5b1f0b5f968e3cd6f.tar.gz
CMake-fa782867b33a8a5569d88de5b1f0b5f968e3cd6f.tar.bz2
closer to removing autoconf
Diffstat (limited to 'Modules/CMakeCCompiler.cmake.in')
-rw-r--r--Modules/CMakeCCompiler.cmake.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/CMakeCCompiler.cmake.in b/Modules/CMakeCCompiler.cmake.in
new file mode 100644
index 0000000..86bcd0e
--- /dev/null
+++ b/Modules/CMakeCCompiler.cmake.in
@@ -0,0 +1,4 @@
+SET(CMAKE_C_COMPILER "@CMAKE_C_COMPILER@")
+SET(CMAKE_AR "@CMAKE_AR@")
+SET(CMAKE_RANLIB "@CMAKE_RANLIB@")
+SET(CMAKE_COMPILER_IS_GNUGCC @CMAKE_COMPILER_IS_GNUGCC@)