Skip to content

Commit 0b450bf

Browse files
Merge pull request #113 from theswiftfox/master
Fix cmake build on msvc
2 parents 8ce14bb + a5fc237 commit 0b450bf

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)