Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CMake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CMake
CMake
Commits
05881c1c
Commit
05881c1c
authored
3 years ago
by
Brad King
Browse files
Options
Downloads
Plain Diff
Merge branch 'backport-UseSWIG-policies' into UseSWIG-policies
parents
51f285b9
c3d0b255
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!5983
UseSWIG: Transform swig depfile to match Ninja generator paths
Pipeline
#222434
waiting for manual action
Stage: build
Stage: test
Stage: test-ext
Stage: external
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Modules/UseSWIG.cmake
+2
-0
2 additions, 0 deletions
Modules/UseSWIG.cmake
with
2 additions
and
0 deletions
Modules/UseSWIG.cmake
+
2
−
0
View file @
05881c1c
...
...
@@ -349,6 +349,8 @@ cmake_policy(PUSH)
cmake_policy
(
SET CMP0012 NEW
)
# IN_LIST operator
cmake_policy
(
SET CMP0057 NEW
)
# Ninja generator normalizes custom command depfile paths
cmake_policy
(
SET CMP0116 NEW
)
set
(
SWIG_CXX_EXTENSION
"cxx"
)
set
(
SWIG_EXTRA_LIBRARIES
""
)
...
...
This diff is collapsed.
Click to expand it.
Brad King
@brad.king
mentioned in commit
469b58e0
·
3 years ago
mentioned in commit
469b58e0
mentioned in commit 469b58e0b10280a1cc6f94f88ecdfd30422559f6
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment