[cmake-developers] [CMake 0014265]: ExternalProject_Add with CONFIGURE_LOG set to 1 doesn't accept composed command in CONFIGURE_COMMAND
Mantis Bug Tracker
mantis at public.kitware.com
Wed Jul 3 08:24:23 EDT 2013
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
======================================================================
More information about the cmake-developers
mailing list