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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Timo Koch
dune-common
Commits
dc968213
Commit
dc968213
authored
11 years ago
by
Markus Blatt
Browse files
Options
Downloads
Plain Diff
[Merge] the rest from the CMake branch
[[Imported from SVN: r7443]]
parents
ab8ed6f3
e84d7f77
ee2dd3bb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/modules/DuneBoost.cmake
+1
-1
1 addition, 1 deletion
cmake/modules/DuneBoost.cmake
config.h.cmake
+1
-1
1 addition, 1 deletion
config.h.cmake
with
2 additions
and
2 deletions
cmake/modules/DuneBoost.cmake
+
1
−
1
View file @
dc968213
...
...
@@ -5,7 +5,7 @@
# Adds boost compiler flags and libraries, and activates
# Boost for the specified targets.
find_package
(
Boost
)
set
(
HAVE_BOOST
${
Boost_FOUND
}
)
set
(
HAVE_
DUNE_
BOOST
${
Boost_FOUND
}
)
function
(
add_dune_boost_flags _targets
)
if
(
Boost_FOUND
)
...
...
This diff is collapsed.
Click to expand it.
config.h.cmake
+
1
−
1
View file @
dc968213
...
...
@@ -45,7 +45,7 @@
#cmakedefine HAVE_BLAS 1
/* Define to ENABLE_BOOST if the Boost library is available */
#cmakedefine HAVE_BOOST ENABLE_BOOST
#cmakedefine HAVE_
DUNE_
BOOST ENABLE_BOOST
/* Define to 1 if you have <boost/make_shared.hpp>. */
#cmakedefine HAVE_BOOST_MAKE_SHARED_HPP 1
...
...
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