Carminati Federico wrote:
Dear Bill,
this works, however this program loads shared libs supposed to be in a directory pointed to by DYLD_LIBRARY_PATH, so it fails to load. Any idea? Best regards,


Build the program so that it uses built in run-time paths. The only other option is to run the program from some cmake script using execute_process and setting up the environment from the cmake script.

-Bill
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to