From 6048659e66e9d3055c7ff1f40f77d9f5c925af63 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 30 Jun 2005 11:18:56 -0400 Subject: BUG: Fixed escaped quote at end of . --- Modules/Platform/Windows-cl.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Platform/Windows-cl.cmake b/Modules/Platform/Windows-cl.cmake index 9d975b9..3f0126c 100644 --- a/Modules/Platform/Windows-cl.cmake +++ b/Modules/Platform/Windows-cl.cmake @@ -117,7 +117,7 @@ IF(CMAKE_GENERATOR MATCHES "NMake Makefiles") MESSAGE(STATUS "Check if this is a free VC compiler") EXEC_PROGRAM(${CMAKE_C_COMPILER} ${CMAKE_BINARY_DIR}/CMakeTmp2 ARGS /nologo /MD /EHsc - \"${testForFreeVCFile}" + \"${testForFreeVCFile}\" OUTPUT_VARIABLE CMAKE_COMPILER_OUTPUT RETURN_VALUE CMAKE_COMPILER_RETURN ) -- cgit v0.12