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
f8bc7ec2
Commit
f8bc7ec2
authored
1 year ago
by
Christoph Grüninger
Browse files
Options
Downloads
Patches
Plain Diff
[cmake] Remove deprecated DuneCMakeCompat.cmake
parent
bdf4c0b1
No related branches found
No related tags found
1 merge request
!1344
Remove some code deprecated in 2.9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+3
-0
3 additions, 0 deletions
CHANGELOG.md
cmake/modules/CMakeLists.txt
+0
-1
0 additions, 1 deletion
cmake/modules/CMakeLists.txt
cmake/modules/DuneCMakeCompat.cmake
+0
-5
0 additions, 5 deletions
cmake/modules/DuneCMakeCompat.cmake
with
3 additions
and
6 deletions
CHANGELOG.md
+
3
−
0
View file @
f8bc7ec2
...
...
@@ -106,6 +106,9 @@ In order to build the DUNE core modules you need at least the following software
-
Deprecate CMake macro
`message_verbose`
. Use
`message(VERBOSE "message text")`
instead.
This macro will be removed after Dune 2.10.
-
Remove deprecated CMake file
`DuneCMakeCompat.cmake`
that only contained a
deprecation message.
-
We have changed the way optional dependencies are activated in the build-system internally.
The cmake macros
`add_dune_xy_flags`
do not set the compiler flag
`-DENABLE_XY=1`
anymore, but instead
set directly the flag
`-DHAVE_XY=1`
. Neither
`ENABLE_XY`
nor
`HAVE_XY`
should be modified manually
...
...
This diff is collapsed.
Click to expand it.
cmake/modules/CMakeLists.txt
+
0
−
1
View file @
f8bc7ec2
...
...
@@ -20,7 +20,6 @@ install(FILES
CMakeBuiltinFunctionsDocumentation.cmake
DuneAddLibrary.cmake
DuneAddPybind11Module.cmake
DuneCMakeCompat.cmake
DuneCommonMacros.cmake
DuneDoc.cmake
DuneDoxygen.cmake
...
...
This diff is collapsed.
Click to expand it.
cmake/modules/DuneCMakeCompat.cmake
deleted
100644 → 0
+
0
−
5
View file @
bdf4c0b1
# SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
# Module with backward compatibility implementation of newer cmake functionality
message
(
DEPRECATION
"DuneCMakeCompat.cmake file is deprecated. Will be removed after release 2.9"
)
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