Skip to content

Commit 9179c9c

Browse files
committed
Merge branch 'mcell4_dev' of git@github.com:mcellteam/mcell.git into mcell4_dev
2 parents d8da410 + 071ba66 commit 9179c9c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
2222
if(MSVC)
2323
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /std:c++latest")
2424
add_definitions(-DYY_NO_UNISTD_H)
25+
add_definitions(/EHsc)
2526
endif(MSVC)
2627

2728
#set(CMAKE_CXX_EXTENSIONS OFF)

src/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.4
1+
4.0.5

0 commit comments

Comments
 (0)