Skip to content

Commit f5e7b86

Browse files
committed
Turn errors into warnings to fix build
1 parent 6da980e commit f5e7b86

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cpp/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@ target_link_libraries(${PROJECT_NAME}
175175
${PROTOBUF_LIBRARIES}
176176
)
177177

178+
target_compile_options(${PROJECT_NAME}
179+
PRIVATE
180+
-Wno-error=unusable-partial-specialization
181+
)
182+
178183
if(LIBTOXCORE_FOUND)
179184
target_link_libraries(${PROJECT_NAME}
180185
${LIBTOXAV_STATIC_LIBRARIES}

0 commit comments

Comments
 (0)