[CMake] Semicolons in command options

Bill Hoffman bill.hoffman at kitware.com
Tue Oct 21 17:39:36 EDT 2008


Sam Baker wrote:
> Change your set command to set (FOO "one;two;three")
> 
> The ; notation without quotes is used for declaring lists of strings.
> With quotes, FOO will be a single string instead.
> 
See here for more information:

http://www.cmake.org/cmake/help/syntax.html

-Bill


More information about the CMake mailing list