Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ITACTC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institute of Technical Acoustics (ITA)
ITACTC
Commits
1a46a8ef
Commit
1a46a8ef
authored
2 years ago
by
Pascal Palenda
Browse files
Options
Downloads
Patches
Plain Diff
Refactor: remove CPM download
parent
e51821c1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
external_libs/CMakeLists.txt
+0
-14
0 additions, 14 deletions
external_libs/CMakeLists.txt
with
0 additions
and
14 deletions
external_libs/CMakeLists.txt
+
0
−
14
View file @
1a46a8ef
set
(
CPM_DOWNLOAD_VERSION 0.32.2
)
set
(
CPM_DOWNLOAD_LOCATION
"
${
CMAKE_BINARY_DIR
}
/cmake/CPM_
${
CPM_DOWNLOAD_VERSION
}
.cmake"
)
if
(
NOT
(
EXISTS
${
CPM_DOWNLOAD_LOCATION
}
))
message
(
STATUS
"Downloading CPM.cmake"
)
file
(
DOWNLOAD https://github.com/TheLartians/CPM.cmake/releases/download/v
${
CPM_DOWNLOAD_VERSION
}
/CPM.cmake
${
CPM_DOWNLOAD_LOCATION
}
)
else
(
NOT
(
EXISTS
${
CPM_DOWNLOAD_LOCATION
}
))
message
(
"CPM already exists, do not need to download"
)
endif
(
NOT
(
EXISTS
${
CPM_DOWNLOAD_LOCATION
}
))
include
(
${
CPM_DOWNLOAD_LOCATION
}
)
CPMAddPackage
(
NAME openDAFF
GIT_REPOSITORY https://git.code.sf.net/p/opendaff/git
...
...
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