]> granicus.if.org Git - taglib/commitdiff
Missed the full version string in taglib-config.cmd.cmake
authorLukáš Lalinský <lukas@oxygene.sk>
Tue, 25 Aug 2015 18:46:11 +0000 (20:46 +0200)
committerLukáš Lalinský <lukas@oxygene.sk>
Tue, 25 Aug 2015 18:46:11 +0000 (20:46 +0200)
taglib-config.cmd.cmake

index bef752ed0560a26d1b0ef2b052865f52b7f14224..bbf3cf845bff2a0cf4c89feb1815a66166023be0 100644 (file)
@@ -29,7 +29,7 @@ goto theend
 :doit\r
 if /i "%1#" == "--libs#"    echo -L${LIB_INSTALL_DIR} -llibtag\r
 if /i "%1#" == "--cflags#"  echo -I${INCLUDE_INSTALL_DIR}/taglib\r
-if /i "%1#" == "--version#" echo ${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION}\r
+if /i "%1#" == "--version#" echo ${TAGLIB_LIB_VERSION_STRING}\r
 if /i "%1#" == "--prefix#"  echo ${CMAKE_INSTALL_PREFIX}\r
 \r
 :theend\r