summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeCCompiler.cmake.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-01-25 16:41:05 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-01-25 16:41:05 (GMT)
commitaa98e3647dff8cfc66f5ef4f93e044543c93b02a (patch)
tree7bc09ebd666025951a2cd5598c3df8e9ddb7b6e9 /Modules/CMakeCCompiler.cmake.in
parent269b66d50aba8285f3ad7935141968dd33dcd820 (diff)
downloadCMake-aa98e3647dff8cfc66f5ef4f93e044543c93b02a.zip
CMake-aa98e3647dff8cfc66f5ef4f93e044543c93b02a.tar.gz
CMake-aa98e3647dff8cfc66f5ef4f93e044543c93b02a.tar.bz2
ENH: fix more than one argument passed in to compilers via environment
Diffstat (limited to 'Modules/CMakeCCompiler.cmake.in')
-rw-r--r--Modules/CMakeCCompiler.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeCCompiler.cmake.in b/Modules/CMakeCCompiler.cmake.in
index dcd8054..bc21327 100644
--- a/Modules/CMakeCCompiler.cmake.in
+++ b/Modules/CMakeCCompiler.cmake.in
@@ -1,5 +1,5 @@
SET(CMAKE_C_COMPILER "@CMAKE_C_COMPILER@")
-SET(CMAKE_C_COMPILER_ARG1 @CMAKE_C_COMPILER_ARG1@)
+SET(CMAKE_C_COMPILER_ARG1 "@CMAKE_C_COMPILER_ARG1@")
SET(CMAKE_AR "@CMAKE_AR@")
SET(CMAKE_RANLIB "@CMAKE_RANLIB@")
SET(CMAKE_COMPILER_IS_GNUCC @CMAKE_COMPILER_IS_GNUCC@)