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
c46b944e
Commit
c46b944e
authored
4 years ago
by
Santiago Ospina De Los Ríos
Browse files
Options
Downloads
Patches
Plain Diff
print verbose
parent
30947a3f
No related branches found
No related tags found
1 merge request
!49
Resolve "Finish installation and usage instruction on the documentation"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+4
-6
4 additions, 6 deletions
CMakeLists.txt
with
4 additions
and
6 deletions
CMakeLists.txt
+
4
−
6
View file @
c46b944e
...
...
@@ -4,12 +4,9 @@ project(dune-copasi CXX)
include
(
GNUInstallDirs
)
cmake_policy
(
SET CMP0074 NEW
)
if
(
POLICY CMP0087
)
cmake_policy
(
SET CMP0087 OLD
)
endif
()
list
(
APPEND CMAKE_MODULE_PATH
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake/modules"
)
find_package
(
muparser REQUIRED
)
# if(POLICY CMP0087)
# cmake_policy(SET CMP0087 OLD)
# endif()
# define cmake options
option
(
DUNE_COPASI_SD_EXECUTABLE
...
...
@@ -47,6 +44,7 @@ dune_project()
add_subdirectory
(
cmake/modules
)
# find specific dune-copasi dependencies
find_package
(
muparser REQUIRED
)
find_package
(
TIFF REQUIRED
)
find_package
(
Filesystem
)
...
...
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