[CMake] CTEST_ENVIRONMENT in "non-declarative" script

Bill Hoffman bill.hoffman at kitware.com
Fri Jul 25 09:24:55 EDT 2008


Milan Dorak wrote:
> Hey guyz, i have been using "declarative" ctest script and command
> SET (CTEST_ENVIRONMENT
> "LC_ALL=C"
> )
> 
> This isn't working in new "non-declarative" scripts.
> Sure I can do "export LC_ALL=C", but i would rather have it in script 
> like before.
> 
> Any suggestions ? Thanks
set(ENV{LC_ALL} "C")


-Bill


More information about the CMake mailing list