File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ message(STATUS "Operating system: ${OS_VERSION_STRINGS}")
4848# determine the compiler (for debug and support purposes)
4949if (MSVC )
5050 execute_process (COMMAND ${CMAKE_CXX_COMPILER} OUTPUT_VARIABLE CXX_VERSION_RESULT OUTPUT_STRIP_TRAILING_WHITESPACE ERROR_VARIABLE CXX_VERSION_RESULT ERROR_STRIP_TRAILING_WHITESPACE)
51- set (CMAKE_CXX_COMPILER "${CXX_VERSION_RESULT} ; MSVC_VERSION=${MSVC_VERSION} ; MSVC_TOOLSET_VERSION=${MSVC_TOOLSET_VERSION} " )
51+ set (CXX_VERSION_RESULT "${CXX_VERSION_RESULT} ; MSVC_VERSION=${MSVC_VERSION} ; MSVC_TOOLSET_VERSION=${MSVC_TOOLSET_VERSION} " )
5252else ()
5353 execute_process (COMMAND ${CMAKE_CXX_COMPILER} --version OUTPUT_VARIABLE CXX_VERSION_RESULT OUTPUT_STRIP_TRAILING_WHITESPACE)
5454endif ()
You can’t perform that action at this time.
0 commit comments