Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dune-copasi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COPASI
dune-copasi
Commits
96e3fda9
Verified
Commit
96e3fda9
authored
4 years ago
by
Liam Keegan
Browse files
Options
Downloads
Patches
Plain Diff
install ghc filesystem header if USE_FALLBACK_FILESYSTEM is enabled
parent
f2ddc4df
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!25
Resolve "Add simple adaptive timestepping"
Pipeline
#29900
failed
4 years ago
Stage: build
Stage: unit_tests
Stage: system_tests
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+3
-0
3 additions, 0 deletions
CMakeLists.txt
with
3 additions
and
0 deletions
CMakeLists.txt
+
3
−
0
View file @
96e3fda9
...
...
@@ -27,6 +27,9 @@ dune_enable_all_packages()
set
(
USE_FALLBACK_FILESYSTEM no CACHE BOOL
"Use bundled std::filesystem alternative (enable this for macOS older than 10.15)"
)
if
(
USE_FALLBACK_FILESYSTEM
)
add_subdirectory
(
ext/ghc
)
install
(
FILES ext/ghc/include/ghc/filesystem.hpp
COMPONENT Development
DESTINATION
"
${
CMAKE_INSTALL_INCLUDEDIR
}
/ghc"
)
endif
()
add_subdirectory
(
src
)
add_subdirectory
(
dune
)
...
...
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