|
|
Re: config.sh and LD_LIBRARY_PATH, PATH [message #13860 is a reply to message #13283] |
Wed, 08 August 2012 13:26 |
Florian Uhlig
Messages: 424 Registered: May 2007
|
first-grade participant |
From: *gsi.de
|
|
Hi Felix,
I introduced a new option which can be added when running cmake. If this option is put to TRUE, the info of the environment variables PATH and LD_LIBRARY_PATH are not deleted. The default value for the option is FALSE, so the standard behavior is not changed, but you can overwrite it and get the behavior you want.
To use it you have to run cmake with the following parameter
cmake <path> -DUSE_PATH_INFO=TRUE
Ciao
Florian
|
|
|