> What do you mean when you say "I set CMAKE_ROOT to a directory" ??
> 
> That should not be necessary, no matter how you're running cmake...
> 
> Is that an ENV var or a CMake variable you're setting somewhere?

CMAKE_ROOT was an ENV variable used by a script outside of CMake that (in the 
more complicated build that I was originally describing) would invoke the 
actual CMake executable.  I've been using that script for so long I had 
forgotten where the requirement for CMAKE_ROOT came from.  As it turns out, in 
at least one of the command windows where I tried the "hello world" test case, 
I did not actually set CMAKE_ROOT after all.  That symbol (or lack of it) does 
not seem to have any bearing on the problem I'm experiencing.

David


-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to