On Saturday 16 June 2012, Hendrik Sattler wrote: > Hi, > > I try the following commands with my projects config file. It is not > installed but the build tree is registered with export(TARGET). > > $ cmake -DNAME=OpenObex -DCOMPILER_ID=GNU -DLANGUAGE=C -DMODE=COMPILE > --find-package -I/home/hendrik/projects/obex/openobex/repository/include > > $ cmake -DNAME=OpenObex -DCOMPILER_ID=GNU -DLANGUAGE=C -DMODE=LINK > --find-package -rdynamic lib/libopenobex.so.1.6 > -Wl,-rpath,/home/hendrik/projects/obex/openobex/repository/build/lib > > I think the latter is missing the complete path to the library or > alternatively a -L entry. > > Am I doing something wrong or is this a cmake bug.
This may be. I consider this feature still experimental, it needs users (like you) to actually figure out whether it is real-world useful. Can you open a ticket for this please in the tracker ? Thanks Alex
-- 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
