Skip to content

Commit

Permalink
fix compiling error in vs2015
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneplus committed Mar 26, 2016
1 parent facae9f commit c114e97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ elseif(UNIX)
set(CMAKE_CXX_FLAGS "-std=c++0x")
elseif(MINGW)
set(CMAKE_CXX_FLAGS "-std=c++0x")
elseif(MSVC)
set(CMAKE_CXX_FLAGS "/EHsc")
endif(APPLE)


Expand Down

0 comments on commit c114e97

Please sign in to comment.