2014-05-30 13:09 GMT+04:00 Nils Gladitz <[email protected]>: > 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. >
No, in CMakeCache.txt I see //No help, variable specified on the command line. HDF5_ALLOW_EXTERNAL_SUPPORT:STRING="SVN" Somehow, CMake got correct type there, but missed a description. Running cmake --build . --config Release works as expected afterwards. > 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? > The latter, no, I've triple-checked. The former, I don't know ;-) I'm using CMake for the first time ever, and the project is not mine also. But searching for HDF5_ALLOW_EXTERNAL_SUPPORT didn't suggest anything particularly suspicious. Could cmake-gui be using a build directory other than the one you are > currently observing? No, I've triple-checked. Best wishes and thank you for you support, Andrey Paramonov
-- 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
