[CMake] Need to prepend compiler with static analysis tool

Oliver Smith osmith at playnet.com
Wed May 23 17:55:20 EDT 2012


On 5/23/2012 4:45 PM, jrosensw wrote:
> Hi Alexander,
>
>     I tried this already.  However I'm not sure what a "clean build tree"
> means.  Maybe thats my problems.  All I did was this:
>
> CXX="<path>/insure<path>/g++" cmake .
>
>     But when I compiled I did not see a change.  How do I get my tree to a
> "clean state"?  Other than running "make clean" which I did do.
>
rm -rf CMakeCache* CMakeFiles*

- Oliver




More information about the CMake mailing list