Skip to content
GitLab
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 4,105
    • Issues 4,105
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and 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
  • CMakeCMake
  • CMakeCMake
  • Issues
  • #16001
Closed
Open
Issue created Mar 01, 2016 by Kitware Robot@kwrobotOwner

"cmake -E copy_directory" do not display error when directory to copy is not exists

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


Run Command and make sure that "dupa" directory is not exists:

$ cmake -E copy_directory dupa target

Currently:

  The copy_directory command will silently ignore, that "dupa" directory is not exists. Directory "target" will be created if not exists.

Expected:

The copy_directory command should display error, that "dupa" directory is not exists. Directory "target" will be created if not exists.
Edited May 16, 2018 by Brad King
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking