On 05/30/2014 10:31 AM, Андрей Парамонов wrote:
2014-05-30 11:54 GMT+04:00 Nils Gladitz <[email protected] <mailto:[email protected]>>:Did you start with a fresh build directory? If HDF5_ALLOW_EXTERNAL_SUPPORT already exists as a BOOL entry in your CMakeCache.txt the set() will not modify its type or value.
Does the cache show BOOL as the type of HDF5_ALLOW_EXTERNAL_SUPPORT or is it specifically just cmake-gui showing the wrong type?
If it is BOOL in your CMakeCache.txt then it has to be specifically set as such from within your project somewhere.
Could there be another option() (or set() with type BOOL) or could you accidentally be running cmake on the original sources rather than the modified sources perhaps?
Could cmake-gui be using a build directory other than the one you are currently observing?
Nils -- 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
