I am running into an error

"Cannot generate a sage runtime search path for target xxxx because files
in some directories may conflict with libraries in implicit directories."

I understand from the error message why this is happening, but I'm not
certain how to get around it. In my CMakeLists.txt file, I have:

matlab_add_mex(NAME xxxx SRC xxxx.c LINK_TO foo baz)

and the problem is that foo is a shared lib that links to the HDF5 library.
However, matlab is bundled with its own copy of the HDF5 library, in a path
automatically added by FindMatlab.cmake. Foo and baz are built elsewhere,
and are imported using the config variant of find_package().

How can I get around this issue?

Thanks,
--Jack
-- 

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