Skip to content

Commit 1677479

Browse files
author
Cynthia Jiang
committed
uncomment the adding fexceptions
1 parent dd65280 commit 1677479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Higher CMake version needed for improvments in UseSwig.cmake and string join
1818
cmake_minimum_required (VERSION 3.13.4)
1919
set (CMAKE_CXX_STANDARD 11)
20-
#set (CMAKE_CXX_FLAGS "-fexceptions")
20+
set (CMAKE_CXX_FLAGS "-fexceptions")
2121

2222
# Turn on virtual folders for visual studio
2323
set_property(GLOBAL PROPERTY USE_FOLDERS ON)

0 commit comments

Comments
 (0)