Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
exple-cmake-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Vladimir Onoprienko
exple-cmake-build
Commits
d9225960
Commit
d9225960
authored
2 years ago
by
Debolskiy Andrey
Browse files
Options
Downloads
Patches
Plain Diff
fixed CMakeLists.txt to work with new commits
parent
ec5b271a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
with
2 additions
and
2 deletions
CMakeLists.txt
+
2
−
2
View file @
d9225960
...
...
@@ -9,7 +9,7 @@ if (DOWNLOAD_DEPS)
FetchContent_Declare
(
explelibx_common
GIT_REPOSITORY http://tesla.parallel.ru/vonopr/explelibx-common.git
GIT_TAG
e45b60782a6414125c7300d9b7a77d34a8404d6e
)
GIT_TAG
8894a45aa251420fbee723673c8a8d8bf2ac281d
)
FetchContent_MakeAvailable
(
explelibx_common
)
set
(
COMMON_DIR
"
${
explelibx_common_SOURCE_DIR
}
"
)
else
()
...
...
@@ -30,7 +30,7 @@ if (DOWNLOAD_DEPS)
FetchContent_Declare
(
explelibx_mgrid
GIT_REPOSITORY http://tesla.parallel.ru/vonopr/explelibx-mgrid.git
GIT_TAG
c345859b9ebca2227e3b3faea4cc2380fdbb054f
)
GIT_TAG
f8c22c3e0e0c1d3f138ce7cdf08b75fee059f724
)
FetchContent_MakeAvailable
(
explelibx_mgrid
)
set
(
GRID_DIR
"
${
explelibx_mgrid_SOURCE_DIR
}
"
)
else
()
...
...
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