mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Explicitly set C98 for this target
Sometime I'd like to get the lib over to C++1x, but for now, enforce the currently in-use standard.
This commit is contained in:
parent
ac7e5303a6
commit
1721354627
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user