On Tue, 5 Nov 2013 10:49:05 +0100
Michael Weise <michael.we...@ek-team.de> wrote:

> I'm new to CMake, so I guess it's a misunderstanding on my
> side of how CMake works. What's going on here?

I found the answer myself here:
http://stackoverflow.com/questions/5006286/cmake-set-doesnt-work-on-same-variable-after-find-path-was-called

"This is a common misconception about "set" and CMake cache
variables. set ... sets a local override value ... but it has no
effect on the cache variable of the same name. Therefore, it is not
visible in the cmake-gui or ccmake cache editing programs."

Regards
Michael
--

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://www.cmake.org/mailman/listinfo/cmake

Reply via email to