The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=14265 ====================================================================== Reported By: ycollet Assigned To: ====================================================================== Project: CMake Issue ID: 14265 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2013-07-03 08:24 EDT Last Modified: 2013-07-03 08:24 EDT ====================================================================== Summary: ExternalProject_Add with CONFIGURE_LOG set to 1 doesn't accept composed command in CONFIGURE_COMMAND Description: In the CONFIGURE_COMMAND option, I added several commands in a row. Like:
CONFIGURE_COMMAND cmd1 && cmd2 && cmd3 But, due to a problem with visual studio, I needed to set CONFIGURE_LOG to 1. But after setting CONFIGURE_LOG to 1, the CONFIGURE_COMMAND doesn't accept anymore composed command. I am now stuck to single command: CONFIGURE_COMMAND cmd1 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-07-03 08:24 ycollet New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
