Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Submodule collection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ogs
Third-party libraries
Submodule collection
Commits
b2463383
Verified
Commit
b2463383
authored
1 year ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
Removed bilke/cmake-modules.
parent
5949ed1c
Branches
master
Branches containing commit
No related tags found
Loading
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitmodules
+0
-3
0 additions, 3 deletions
.gitmodules
Setup.cmake
+4
-5
4 additions, 5 deletions
Setup.cmake
bilke/cmake-modules
+0
-1
0 additions, 1 deletion
bilke/cmake-modules
with
4 additions
and
9 deletions
.gitmodules
+
0
−
3
View file @
b2463383
[submodule "bilke/cmake-modules"]
path = bilke/cmake-modules
url = https://github.com/bilke/cmake-modules.git
[submodule "bilke/findmkl_cmake"]
path = bilke/findmkl_cmake
url = https://github.com/bilke/findmkl_cmake.git
...
...
This diff is collapsed.
Click to expand it.
Setup.cmake
+
4
−
5
View file @
b2463383
message
(
STATUS
"Using helper repo at
${
_collection
}
for CPM dependencies."
)
message
(
STATUS
"Using helper repo at
${
_collection
}
for CPM dependencies."
)
foreach
(
dep
cmake-modules
findmkl_cmake CPMLicenses.cmake
)
foreach
(
dep findmkl_cmake CPMLicenses.cmake
)
set
(
CPM_
${
dep
}
_SOURCE
${
_collection
}
/bilke/
${
dep
}
)
endforeach
()
...
...
@@ -26,4 +24,5 @@ foreach(dep xmlpatch exprtk xdmf)
endforeach
()
set
(
CPM_GroupSourcesByFolder.cmake_SOURCE
${
_collection
}
/TheLartians/GroupSourcesByFolder.cmake
)
${
_collection
}
/TheLartians/GroupSourcesByFolder.cmake
)
This diff is collapsed.
Click to expand it.
cmake-modules
@
877bab9d
Compare
877bab9d
...
877bab9d
Subproject commit 877bab9dd1b17468c5d939cacaa2ad7ba99d1977
This diff is collapsed.
Click to expand it.
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