ENH: remove debug print
This commit is contained in:
parent
a0b437b058
commit
16dec1dd0d
|
@ -73,7 +73,6 @@ ENDIF(CMAKE_GENERATOR MATCHES "Visual Studio 8")
|
|||
IF(CMAKE_GENERATOR MATCHES "NMake Makefiles")
|
||||
IF(NOT CMAKE_VC_COMPILER_TESTS_RUN)
|
||||
SET(CMAKE_VC_COMPILER_TESTS 1)
|
||||
MESSAGE("running CMAKE_VC_COMPILER_TESTS_RUN")
|
||||
EXEC_PROGRAM(${CMAKE_C_COMPILER}
|
||||
ARGS /nologo -EP \"${CMAKE_ROOT}/Modules/CMakeTestNMakeCLVersion.c\"
|
||||
OUTPUT_VARIABLE CMAKE_COMPILER_OUTPUT
|
||||
|
|
Loading…
Reference in New Issue