ERR: allow spaces in the path

This commit is contained in:
Andy Cedilnik 2003-10-13 11:32:37 -04:00
parent c17be8d126
commit 5d4bdcf942
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ ENDIF(CMAKE_GENERATOR MATCHES "Visual Studio 7")
SET(CMAKE_COMPILER_SUPPORTS_PDBTYPE 1)
IF(CMAKE_GENERATOR MATCHES "NMake Makefiles")
EXEC_PROGRAM(${CMAKE_CXX_COMPILER}
ARGS /nologo -EP ${CMAKE_ROOT}/Modules/CMakeTestNMakeCLVersion.c
ARGS /nologo -EP "${CMAKE_ROOT}/Modules/CMakeTestNMakeCLVersion.c"
OUTPUT_VARIABLE CMAKE_COMPILER_OUTPUT
RETURN_VALUE CMAKE_COMPILER_RETURN
)