mirror of
https://github.com/taglib/taglib.git
synced 2025-07-22 15:04:24 -04:00
Remove optional dependencies on Boost.
Standard smart pointers are now common among the latest compilers.
This commit is contained in:
@ -24,7 +24,6 @@
|
||||
|
||||
/* Defined if your compiler supports shared_ptr */
|
||||
#cmakedefine HAVE_STD_SMART_PTR 1
|
||||
#cmakedefine HAVE_BOOST_SMART_PTR 1
|
||||
|
||||
/* Defined if your compiler supports some safer version of vsprintf */
|
||||
#cmakedefine HAVE_VSNPRINTF 1
|
||||
|
Reference in New Issue
Block a user