Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
Source project has a limited visibility.
  • Christian Engwer's avatar
    7d560280
    [dunecontrol] fix make command when using cmake (FS#1572) · 7d560280
    Christian Engwer authored
    We fix the option handling when calling "cmake --build", by prepending '--' to the command
    line parameters, in order to separate cmake and build parameters, iff the user didn't alrready do
    it himself so. Note that this means we assume that the users generally want to pass
    parameters to the build command and not to cmake itself.
    7d560280
    History
    [dunecontrol] fix make command when using cmake (FS#1572)
    Christian Engwer authored
    We fix the option handling when calling "cmake --build", by prepending '--' to the command
    line parameters, in order to separate cmake and build parameters, iff the user didn't alrready do
    it himself so. Note that this means we assume that the users generally want to pass
    parameters to the build command and not to cmake itself.