[CMake] Problem with Xcode... solved?

Bill Hoffman bill.hoffman at kitware.com
Tue Jul 15 11:57:06 EDT 2008


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


More information about the CMake mailing list