Commit 46c613f 1 parent 01332be commit 46c613f Copy full SHA for 46c613f
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,8 @@ endif()
179
179
180
180
target_compile_options (elements PRIVATE
181
181
$<$<CXX_COMPILER_ID:GNU>:-Wall -Wextra -Wpedantic -ftemplate-backtrace-limit=0>
182
- $<$<CXX_COMPILER_ID:Clang>:-Werror - Wall -Wpedantic -ftemplate-backtrace-limit=0>
183
- $<$<CXX_COMPILER_ID:AppleClang>:-Werror - Wall -Wpedantic -ftemplate-backtrace-limit=0>
182
+ $<$<CXX_COMPILER_ID:Clang>:-Wall -Wpedantic -ftemplate-backtrace-limit=0>
183
+ $<$<CXX_COMPILER_ID:AppleClang>:-Wall -Wpedantic -ftemplate-backtrace-limit=0>
184
184
$<$<CXX_COMPILER_ID:MSVC >:/W4 /wd4244 /wd4305 /wd4996 /wd4267 /wd4018 /utf-8>
185
185
)
186
186
@@ -191,7 +191,7 @@ endif()
191
191
192
192
if (APPLE )
193
193
# Not sure why APPLE is not picking the target_compile_options above
194
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror - Wall -Wextra -Wpedantic -ftemplate-backtrace-limit=0" )
194
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wpedantic -ftemplate-backtrace-limit=0" )
195
195
endif ()
196
196
197
197
###############################################################################
You can’t perform that action at this time.
0 commit comments