Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Show more breadcrumbs
Dmitri Naumov
ogs
Commits
a3dd4b96
Commit
a3dd4b96
authored
6 years ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
[Conan] Switch to lower-case shapelib and offical eigen package.
parent
b87f1f90
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
scripts/cmake/ConanSetup.cmake
+1
-1
1 addition, 1 deletion
scripts/cmake/ConanSetup.cmake
with
2 additions
and
2 deletions
CMakeLists.txt
+
1
−
1
View file @
a3dd4b96
...
@@ -49,7 +49,7 @@ set(OGS_CONAN_BUILD "missing" CACHE STRING "Possible values: all, missing, \
...
@@ -49,7 +49,7 @@ set(OGS_CONAN_BUILD "missing" CACHE STRING "Possible values: all, missing, \
# Third-party libraries, names come from Conan package names
# Third-party libraries, names come from Conan package names
set
(
OGS_LIBS
set
(
OGS_LIBS
VTK B
oost
E
igen
3 Q
t
S
hapelib libgeotiff petsc lis cvode
vtk b
oost
e
igen
q
t
s
hapelib libgeotiff petsc lis cvode
CACHE INTERNAL
""
)
CACHE INTERNAL
""
)
foreach
(
LIB
${
OGS_LIBS
}
)
foreach
(
LIB
${
OGS_LIBS
}
)
set
(
OGS_LIB_
${
LIB
}
"Default"
CACHE STRING
"Which
${
LIB
}
library should be used?"
)
set
(
OGS_LIB_
${
LIB
}
"Default"
CACHE STRING
"Which
${
LIB
}
library should be used?"
)
...
...
This diff is collapsed.
Click to expand it.
scripts/cmake/ConanSetup.cmake
+
1
−
1
View file @
a3dd4b96
...
@@ -26,7 +26,7 @@ include(${PROJECT_SOURCE_DIR}/scripts/cmake/conan/conan.cmake)
...
@@ -26,7 +26,7 @@ include(${PROJECT_SOURCE_DIR}/scripts/cmake/conan/conan.cmake)
set
(
CONAN_REQUIRES
set
(
CONAN_REQUIRES
boost/1.66.0@conan/stable
boost/1.66.0@conan/stable
E
igen
3
/3.3.4@
bilke
/stable
e
igen/3.3.4@
conan
/stable
vtk/8.2.0@bilke/stable
vtk/8.2.0@bilke/stable
CACHE INTERNAL
""
CACHE INTERNAL
""
)
)
...
...
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