[CMake] String option recognized as boolean

David Cole dlrdave at aol.com
Fri May 30 06:12:01 EDT 2014


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.


HTH,
David C.



More information about the CMake mailing list