Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
CMake
CMake
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 2,686
    • Issues 2,686
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 23
    • Merge Requests 23
  • Packages
    • Packages
    • Container Registry
  • External Wiki
    • External Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • CMake
  • CMakeCMake
  • Merge Requests
  • !2539

Merged
Opened Oct 27, 2018 by Marc Chevrier@marc.chevrier
  • Report abuse
Report abuse

UseSWIG: multiple input files must be supported in version 2

Fixes: #18506 (closed)
Topic-rename: UseSWIG-multi-input

Edited Oct 29, 2018 by Brad King

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch "https://gitlab.kitware.com/marc.chevrier/cmake.git" "bug-fixes"
git checkout -b "marc.chevrier/cmake-bug-fixes" FETCH_HEAD

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout "origin/master"
git merge --no-ff "marc.chevrier/cmake-bug-fixes"

Step 4. Push the result of the merge to GitLab

git push origin "master"

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 13
  • Commits 1
  • Pipelines 3
  • Changes 2
Assignee
Assign to
3.13.0
Milestone
3.13.0
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View project labels
Reference: cmake/cmake!2539