[CMake] Can multiple make commands be set in BUILD_COMMAND for ExternalProject_Add?

hce jupiter.hce at gmail.com
Wed Jul 4 02:37:17 EDT 2012


Hi,

In ExternalProject_Add, "BUILD_COMMAND make" works fine, but I need to add
multiple make commands. In Linux command line I can type "make && make
extra", but how can I set following BUILD_COMMAND for multiple make
commands, it just not working?

BUILD_COMMAND make && make extra
INSTALL_COMMAND make install && make extra-install

Thank you.

Kind regards,

Jupiter

--
View this message in context: http://cmake.3232098.n2.nabble.com/Can-multiple-make-commands-be-set-in-BUILD-COMMAND-for-ExternalProject-Add-tp7580744.html
Sent from the CMake mailing list archive at Nabble.com.


More information about the CMake mailing list