Cmake Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)

Lukáš Lalinský lalinsky at gmail.com
Mon Jun 21 19:44:01 CEST 2010


2010/6/21 Meghashyam Adoni <m.adoni at gmx.com>:
> Thank you,  Lukáš !
> That worked just fine.
> There is another message that comes up "Ensure you cppunit installed version
> is at least 1.12.0"
> I did download the cppunit source and built it in Visual studio.... but the
> same message comes up.
> This is the status of the Cppunit entries in Cmake:
> CPPUNIT_CFLAGS: CPPUNIT_CFLAGS-NOTFOUND
> CPPUNIT_CONFIG_EXECUTABLE: CPPUNIT_CONFIG_EXECUTABLE-NOTFOUND
> CppUnit_Found is unchecked

Well, you have to set the variables the same way you set them for
zlib. Note that you don't need cppunit for using TagLib. It's just to
run the test suite. If you are not planning on changing anything in
TagLib, you probably don't need that.

Lukas


More information about the taglib-devel mailing list