Skip to content

Commit

Permalink
Disable virtual destructor warning for builtin taglib.
Browse files Browse the repository at this point in the history
  • Loading branch information
hatstand committed Nov 20, 2012
1 parent 102ebec commit 3df3278
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 3rdparty/taglib/CMakeLists.txt
@@ -1,3 +1,5 @@
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-delete-non-virtual-dtor")

set(TAGLIB_SOVERSION_CURRENT 13)
set(TAGLIB_SOVERSION_REVISION 0)
set(TAGLIB_SOVERSION_AGE 12)
Expand Down Expand Up @@ -305,7 +307,7 @@ set(tag_LIB_SRCS
add_library(tag STATIC ${tag_LIB_SRCS} ${tag_HDRS})

if(ZLIB_FOUND)
target_link_libraries(tag ${ZLIB_LIBRARIES})
target_link_libraries(tag ${ZLIB_LIBRARIES})
endif()

set_target_properties(tag PROPERTIES
Expand Down

0 comments on commit 3df3278

Please sign in to comment.