File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ target_include_directories(${LIB_TARGET_NAME}
5656 PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} /include )
5757
5858if (NOT MSVC )
59- target_compile_options (boost_assert INTERFACE -Wno-error- parentheses -Wno-parentheses)
60- target_compile_options (boost_filesystem PRIVATE -Wno-error- deprecated-declarations -Wno-deprecated-declarations)
61- target_compile_options (${LIB_TARGET_NAME} PRIVATE -Wall -Werror -Wno-error- maybe-uninitialized)
59+ target_compile_options (boost_assert INTERFACE -Wno-error= parentheses -Wno-parentheses)
60+ target_compile_options (boost_filesystem PRIVATE -Wno-error= deprecated-declarations -Wno-deprecated-declarations)
61+ target_compile_options (${LIB_TARGET_NAME} PRIVATE -Wall -Werror -Wno-error= maybe-uninitialized)
6262endif ()
6363
6464if (JINJA2CPP_BUILD_TESTS)
You can’t perform that action at this time.
0 commit comments