diff --git a/taglib/CMakeLists.txt b/taglib/CMakeLists.txt index fcff0b34..52c6c32a 100644 --- a/taglib/CMakeLists.txt +++ b/taglib/CMakeLists.txt @@ -337,6 +337,7 @@ set(tag_LIB_SRCS ) add_library(tag ${tag_LIB_SRCS} ${tag_HDRS}) +set_property(TARGET tag PROPERTY CXX_STANDARD 98) if(HAVE_ZLIB AND NOT HAVE_ZLIB_SOURCE) target_link_libraries(tag ${ZLIB_LIBRARIES})