I am using an outside tool that uses cmake (the tool is rosmake, from the
Robot Operating System). The problem is it is generating a link.txt file
that has multiples instances of arguments that look like

-l:/usr/lib/libopencv_blahblahblah.dylib

Asked on stackoverflow and confirmed what I expected, that those arguments
should look like

-L/usr/lib/libopencv_blahblah

or

-lopencv_blahblah

I was wondering where would I find the file responsible for creating
link.txt? I am trying to parse all these Makefile2's and CMakeFiles/*.make
files and getting confused.

Thanks,

Nils
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to