From c03f75251d402279374ff280fedadaaa04112ee4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 20 Jun 2007 18:32:05 +0000 Subject: link against a library so that cmake can actually figure out the dependencies and parallel build doesn't break. Hopefully with that, dashboard will finally be able to compile extragear-libs. Its been weeks. Yay. svn path=/trunk/KDE/kdelibs/; revision=678125 --- modules/FindKexiv2.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/FindKexiv2.cmake') diff --git a/modules/FindKexiv2.cmake b/modules/FindKexiv2.cmake index a9eca2dc..e292334b 100644 --- a/modules/FindKexiv2.cmake +++ b/modules/FindKexiv2.cmake @@ -26,7 +26,7 @@ else (KEXIV2_INCLUDE_DIR AND KEXIV2_LIBRARIES) set(KEXIV2_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/libkexiv2) set(KEXIV2_DEFINITIONS -I${KEXIV2_INCLUDE_DIR}) - set(KEXIV2_LIBRARIES ${CMAKE_BINARY_DIR}/lib/libkexiv2.so) + set(KEXIV2_LIBRARIES kexiv2) message(STATUS "Found Kexiv2 library in local sub-folder: ${KEXIV2_LIBRARIES}") set(KEXIV2_FOUND TRUE) MARK_AS_ADVANCED(KEXIV2_INCLUDE_DIR KEXIV2_LIBRARIES) -- cgit v1.2.1