We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730f73e commit ceb99d0Copy full SHA for ceb99d0
app/CMakeLists.txt
@@ -328,9 +328,9 @@ set_property(TARGET firebase_app PROPERTY FOLDER "Firebase Cpp")
328
329
# Disable exceptions in std
330
if (MSVC)
331
- target_compile_options(firebase_app PUBLIC /EHs-c-)
+ target_compile_options(firebase_app PRIVATE /EHs-c-)
332
else()
333
- target_compile_options(firebase_app PUBLIC -fno-exceptions)
+ target_compile_options(firebase_app PRIVATE -fno-exceptions)
334
endif()
335
336
target_include_directories(firebase_app
0 commit comments