aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKdcraw.cmake
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2007-10-02 23:04:35 +0000
committerDavid Faure <faure@kde.org>2007-10-02 23:04:35 +0000
commit1c2cdb9af5e5c766014dcd7396e94af7cae25872 (patch)
tree3ee5944cc4e3a0f36a2875da14c2c658ba97f28b /modules/FindKdcraw.cmake
parent7016b3045eff834557266cf13a63a2b304fe1967 (diff)
downloadextra-cmake-modules-1c2cdb9af5e5c766014dcd7396e94af7cae25872.tar.gz
extra-cmake-modules-1c2cdb9af5e5c766014dcd7396e94af7cae25872.tar.bz2
When looking for local libs in extragear, allow extragear to be configured as a whole instead of per-subdir.
svn path=/trunk/KDE/kdelibs/; revision=720306
Diffstat (limited to 'modules/FindKdcraw.cmake')
-rw-r--r--modules/FindKdcraw.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKdcraw.cmake b/modules/FindKdcraw.cmake
index ebd37382..8a903309 100644
--- a/modules/FindKdcraw.cmake
+++ b/modules/FindKdcraw.cmake
@@ -20,7 +20,7 @@ else (KDCRAW_INCLUDE_DIR AND KDCRAW_LIBRARIES)
# Check if library is not in local sub-folder
- FIND_FILE(KDCRAW_LOCAL_FOUND libkdcraw/version.h ${CMAKE_BINARY_DIR}/libkdcraw NO_DEFAULT_PATH)
+ FIND_FILE(KDCRAW_LOCAL_FOUND libkdcraw/version.h ${CMAKE_BINARY_DIR}/libkdcraw ${CMAKE_BINARY_DIR}/libs/libkdcraw NO_DEFAULT_PATH)
if (KDCRAW_LOCAL_FOUND)