Re: [CMake] ToolChain file scope

2011-06-08 Thread Kishore
On Tuesday 07 Jun 2011 7:40:33 PM dfurt...@cox.net wrote: > I have been hammergin on a vxworks cross-compile toolchain file. It seems > that not all properties that are set in the cross-compilation file > propogate to the CMakeLists.txt file that is using it. An example is the > CMAKE_AR property.

[CMake] ToolChain file scope

2011-06-07 Thread dfurtney
I have been hammergin on a vxworks cross-compile toolchain file. It seems that not all properties that are set in the cross-compilation file propogate to the CMakeLists.txt file that is using it. An example is the CMAKE_AR property. Setting it in the cross-compilation file had no effect and the