cmake/modules

Christian Mollekopf mollekopf at kolabsys.com
Thu Apr 26 11:28:28 CEST 2012


 cmake/modules/LibkolabxmlConfig.cmake.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 14f22a4bc8f770b4f6a444c29e64f787749c97e4
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Thu Apr 26 11:28:23 2012 +0200

    fixed library name in configure script

diff --git a/cmake/modules/LibkolabxmlConfig.cmake.in b/cmake/modules/LibkolabxmlConfig.cmake.in
index 2a6484a..f42726f 100644
--- a/cmake/modules/LibkolabxmlConfig.cmake.in
+++ b/cmake/modules/LibkolabxmlConfig.cmake.in
@@ -15,4 +15,4 @@ set(Libkolabxml_INCLUDES "${rootDir}/@INCLUDE_INSTALL_DIR@")
 include(${myDir}/LibkolabxmlTargets.cmake)
 
 # set the expected library variable
-set(Libkolabxml_LIBRARIES kolab )
+set(Libkolabxml_LIBRARIES kolabxml )





More information about the commits mailing list