Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Usgscsm
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
Container 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
aflab
astrogeology
Usgscsm
Commits
343c1afc
Unverified
Commit
343c1afc
authored
1 year ago
by
Amy Stamile
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fixes build issues (#486)
parent
2f1ba954
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+0
-6
0 additions, 6 deletions
CMakeLists.txt
README.md
+1
-1
1 addition, 1 deletion
README.md
environment.yml
+1
-0
1 addition, 0 deletions
environment.yml
with
2 additions
and
7 deletions
CMakeLists.txt
+
0
−
6
View file @
343c1afc
...
@@ -95,12 +95,6 @@ else()
...
@@ -95,12 +95,6 @@ else()
message
(
SEND_ERROR
"sqlite3 dependency not found!"
)
message
(
SEND_ERROR
"sqlite3 dependency not found!"
)
endif
()
endif
()
# Would build and run with older versions, but with horrible performance
# See https://github.com/OSGeo/PROJ/issues/1718
if
(
"
${
SQLITE3_VERSION
}
"
VERSION_LESS
"3.11"
)
message
(
SEND_ERROR
"sqlite3 >= 3.11 required!"
)
endif
()
include
(
ProjUtilities
)
include
(
ProjUtilities
)
include
(
Ccache
)
include
(
Ccache
)
################################################################################
################################################################################
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
343c1afc
...
@@ -122,7 +122,7 @@ USGSCSM uses a standard cmake build system. To compile the library and
...
@@ -122,7 +122,7 @@ USGSCSM uses a standard cmake build system. To compile the library and
tests use the following commands:
tests use the following commands:
1.
`mkdir build && cd build`
1.
`mkdir build && cd build`
2.
`cmake .. && cmake --build .`
2.
`cmake
-DUSGSCSM_EXTERNAL_DEPS=OFF -DUSGSCSM_BUILD_DOCS=OFF
.. && cmake --build .`
If you are using external dependencies via Conda or system level installations
If you are using external dependencies via Conda or system level installations
add the
`-DUSGSCSM_EXTERNAL_DEPS=ON`
flag to the cmake command.
add the
`-DUSGSCSM_EXTERNAL_DEPS=ON`
flag to the cmake command.
...
...
This diff is collapsed.
Click to expand it.
environment.yml
+
1
−
0
View file @
343c1afc
...
@@ -10,3 +10,4 @@ dependencies:
...
@@ -10,3 +10,4 @@ dependencies:
-
eigen
-
eigen
-
nlohmann_json
-
nlohmann_json
-
proj
-
proj
-
sqlite>=3.11
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