Skip to content

Commit 98c3ee7

Browse files
authored
Merge pull request #184 from firebase/version_workflow
disable the fexceptions which cause windows build error
2 parents 021fbe9 + 0501ce8 commit 98c3ee7

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)