Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,926
    • Issues 3,926
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 18
    • Merge requests 18
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMake
  • CMakeCMake
  • Merge requests
  • !4533

ExternalProject: Add boolean option `SILENT` to ExternalProject_Add_Step

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Carlo Wood requested to merge CarloWood/cmake:EP_add_step_SILENT into master Mar 26, 2020
  • Overview 17
  • Commits 1
  • Pipelines 1
  • Changes 1

This allows one to pass SILENT <bool> to ExternalProject_Add_Step. When TRUE no COMMENT will be printed when executing this step in the build phase.

Effectively COMMENT "" will be passed to the underlaying add_custom_step.

Topic-rename: ExternalProject-step-SILENT

Edited Mar 27, 2020 by Brad King
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: EP_add_step_SILENT