--On Wednesday, June 29, 2011 8:49 PM +0200 Michael Wild <them...@gmail.com> wrote:

That's because on OS X you have to use the INSTALL_NAME_DIR property (or
alternatively, the CMAKE_INSTALL_NAME_DIR variable).

I put:

IF(APPLE)
 SET(INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib")
ENDIF()

in CMakeLists.txt, and the result is the same. I tried CMAKE_INSTALL_NAME_DIR as well, same result. So this does not appear to resolve the issue. :/

--Quanah

--

Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra ::  the leader in open source messaging and collaboration
_______________________________________________
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://www.cmake.org/mailman/listinfo/cmake

Reply via email to