Skip to content

Commit 0501ce8

Browse files
author
Cynthia Jiang
committed
disable the fexceptions which cause windows build error
1 parent 1677479 commit 0501ce8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
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")
2120

2221
# Turn on virtual folders for visual studio
2322
set_property(GLOBAL PROPERTY USE_FOLDERS ON)

0 commit comments

Comments
 (0)