Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Core Modules
dune-common
Commits
bec10f49
Commit
bec10f49
authored
12 years ago
by
Markus Blatt
Browse files
Options
Downloads
Patches
Plain Diff
Revert accidentally commited local changes, that still are not tested
[[Imported from SVN: r6814]]
parent
e2e8f6ca
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/modules/DuneMacros.cmake
+1
-8
1 addition, 8 deletions
cmake/modules/DuneMacros.cmake
with
1 addition
and
8 deletions
cmake/modules/DuneMacros.cmake
+
1
−
8
View file @
bec10f49
...
...
@@ -15,12 +15,7 @@
#
# dune_project()
#
# macro that should be called near the beginning of the top level
# CMakeLists.txt. Please make sure to call
#
# project(dune-module-name)
#
# at the very beginning of that file.
# macro that should be called near the begin of the top level CMakeLists.txt.
# Namely it sets up the module, defines basic variables and manages
# depedencies.
# Don't forget to call finalize_dune_project afterwards.
...
...
@@ -132,8 +127,6 @@ macro(dune_module_information MODULE_DIR)
string
(
REGEX REPLACE
".*Depends:[ ]*([^
\n
]+).*"
"
\\
1"
DUNE_DEPENDS
"
${
MODULE_LINE
}
"
)
endif
(
MODULE_LINE
)
string
(
REGEX REPLACE
".*Suggests:[ ]*([^
\n
]+).*"
"
\\
1"
DUNE_SUGGESTS
"
${
MODULE_LINE
}
"
)
dune_module_to_uppercase
(
DUNE_MOD_NAME_UPPERCASE
${
DUNE_MOD_NAME
}
)
# set module version
...
...
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