Skip to content

Commit a5fc237

Browse files
author
Patrick
committed
fix cmake build on msvc
1 parent 8ce14bb commit a5fc237

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ endif()
252252
if (NOT MSVC)
253253
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive -std=c++11")
254254
else()
255-
set(CMAKE_CXX_FLAGS "$(CMAKE_CXX_FLAGS) /EHsc /MP")
255+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /EHsc /MP")
256256
endif()
257257

258258
if (ANVIL_LINK_WITH_GLSLANG)

0 commit comments

Comments
 (0)