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 _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
