Skip to content

Commit bee4abb

Browse files
committed
Add unintended remove VS_VER and correct VS cmake
variables. Change-Id: I13198896453f2dab18e751cf2410623efd9fa841
1 parent de8e968 commit bee4abb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cdk/cmake/compiler/MSVC.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ else()
5858

5959
endif()
6060

61+
#message("-- vs: ${VS}")
62+
set(VS_VER ${VS} CACHE INTERNAL "")
63+
set(VS "vs${VS}" CACHE INTERNAL "")
64+
6165
#
6266
# TOOLSET and CXX_FRONTEND
6367
#

0 commit comments

Comments
 (0)