2014-05-30 14:12 GMT+04:00 David Cole <[email protected]>: > The cache is telling you: > > > "//No help, variable specified on the command line." > > If you want the help string from your sources to appear in the > CMakeCache.txt, then don't specify a value for it on the command line... > > Delete the cache, and try again without giving the arg on the command > line, and it should pick up the doc string from the source >
I did as you suggested and indeed, in CMakeCache.txt I now see //Allow External Library Building (NO SVN TGZ) HDF5_ALLOW_EXTERNAL_SUPPORT:STRING=NO With option() instead of set(), it was //Allow External Library Building (NO SVN TGZ) HDF5_ALLOW_EXTERNAL_SUPPORT:BOOL=OFF (incorrect). However, in any case cmake-gui shows a checkbox, not a editbox/combobox. So, it's likely a problem of cmake-gui. Best wishes, 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
