[CMake] Strange problem...

Hendrik Sattler post at hendrik-sattler.de
Tue Feb 3 03:45:17 EST 2009


Nima Talebi schrieb:
> -DONLY=HOTWIRE_INDEP;HOTWIRE_DOC;FUNCWIRE_OVERLORD;FUNCWIRE_MINION -DDIST=1
> ..
> CMake Error: The source directory "/usr/src/hotwire-0.2.3/BUILD" does not
> appear to contain CMakeLists.txt.
> Specify --help for usage, or press the help button on the CMake GUI.
> /bin/sh: HOTWIRE_DOC: command not found
> /bin/sh: FUNCWIRE_OVERLORD: command not found
> /bin/sh: FUNCWIRE_MINION: command not found

';' marks the end of the command! You must escape it or write
-DONLY='HOTWIRE_INDEP;HOTWIRE_DOC;FUNCWIRE_OVERLORD;FUNCWIRE_MINION'

HS


More information about the CMake mailing list