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 6da980e commit f5e7b86Copy full SHA for f5e7b86
cpp/CMakeLists.txt
@@ -175,6 +175,11 @@ target_link_libraries(${PROJECT_NAME}
175
${PROTOBUF_LIBRARIES}
176
)
177
178
+target_compile_options(${PROJECT_NAME}
179
+ PRIVATE
180
+ -Wno-error=unusable-partial-specialization
181
+)
182
+
183
if(LIBTOXCORE_FOUND)
184
target_link_libraries(${PROJECT_NAME}
185
${LIBTOXAV_STATIC_LIBRARIES}
0 commit comments