The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=13295 ====================================================================== Reported By: Sune Vuorela Assigned To: ====================================================================== Project: CMake Issue ID: 13295 Category: CMake Reproducibility: always Severity: major Priority: high Status: new ====================================================================== Date Submitted: 2012-06-12 18:13 EDT Last Modified: 2012-06-12 18:13 EDT ====================================================================== Summary: find_package looks in wrong order of paths Description: On my system, I have among others /usr/lib/libgettextpo.a /usr/lib/x86_64-linux-gnu/libgettextpo.so
trying to do a find_library(GETTEXTPO_LIBRARY NAMES gettextpo) gives me the static library, while I expected it to find the dynamic library. Steps to Reproduce: trying to build kdesdk master (or 4.9 prereleases) fails to build when trying to link libgettextpo.a into a shared library ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2012-06-12 18:13 Sune Vuorela New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
