]> granicus.if.org Git - taglib/commit
cmake: use BUILD_SHARED_LIBS instead of ENABLE_STATIC to drive the shared object...
authorSamuel Martin <s.martin49@gmail.com>
Sun, 5 Oct 2014 12:18:52 +0000 (14:18 +0200)
committerSamuel Martin <s.martin49@gmail.com>
Mon, 1 Jun 2015 17:27:05 +0000 (19:27 +0200)
commit00c6e7ea79fb9b43afcb6011963f6d036ec87d7d
tree96e820a2994b934b73a0fb2b238f39f06012f706
parentdb90f4b358c10770feec41251ac967c580fdda12
cmake: use BUILD_SHARED_LIBS instead of ENABLE_STATIC to drive the shared object build

In case ENABLE_STATIC is still set on the CMake command line, this
change will makes CMake bail out becaus e this option is no longer
supported.

This patch makes taglib more compliant with the distro package framework
that uses the standards CMake options.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
CMakeLists.txt
INSTALL
examples/CMakeLists.txt