summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2012-04-20 01:42:28 (GMT)
committerChristian Mollekopf <chrigi_1@fastmail.fm>2012-04-20 01:42:28 (GMT)
commit41d7f36943ea759435e63ec656ab558cc3a320ca (patch)
treee1c15605e2bb3c7ec2755b5289221b765dd05352 /cmake
parentc0a2200245e2265f0b6848b764497c613f47eb9a (diff)
downloadlibkolabxml-41d7f36943ea759435e63ec656ab558cc3a320ca.tar.gz
Remove unnecessary workarounds which can be solved by -DCMAKE_PREFIX_PATH=/usr/lib64/ as well.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindKolabInternal.cmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/cmake/modules/FindKolabInternal.cmake b/cmake/modules/FindKolabInternal.cmake
index 6e0c4ca..b187875 100644
--- a/cmake/modules/FindKolabInternal.cmake
+++ b/cmake/modules/FindKolabInternal.cmake
@@ -28,18 +28,6 @@ else ()
endif()
endif ()
-#With cmake 2.6 on 64bit the libraries are not correctly detected, which is afaik a bug. Therefore we workaround the issue by providing some hints manually.
-if(FIND_LIBRARY_PATHS)
- message("FIND_LIBRARY_PATHS specified manually")
-else()
- set(FIND_LIBRARY_PATHS
- /usr/lib
- /usr/lib64
- /lib
- /lib64)
-endif()
-message("FIND_LIBRARY_PATHS: ${FIND_LIBRARY_PATHS}")
-
if(KOLAB_LIB_INSTALL_DIR)
message("KOLAB_LIB_INSTALL_DIR specified manually")
else()