Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-curvedgeometry
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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
extensions
dune-curvedgeometry
Commits
1c18b98b
Commit
1c18b98b
authored
3 years ago
by
Simon Praetorius
Browse files
Options
Downloads
Patches
Plain Diff
Rename ADD_LIBS into LINK_LIBRARIES
parent
f0011193
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/curvedgeometry/test/CMakeLists.txt
+7
-7
7 additions, 7 deletions
dune/curvedgeometry/test/CMakeLists.txt
with
7 additions
and
7 deletions
dune/curvedgeometry/test/CMakeLists.txt
+
7
−
7
View file @
1c18b98b
dune_add_test
(
NAME test-curvedgeometry-double
SOURCES test-curvedgeometry.cc
ADD_LIB
S
${
DUNE_LIBS
}
LINK_LIBRARIE
S
${
DUNE_LIBS
}
COMPILE_DEFINITIONS USE_FLOAT128=0
CMAKE_GUARD dune-localfunctions_FOUND
)
dune_add_test
(
NAME test-curvedgeometry-float128
SOURCES test-curvedgeometry.cc
ADD_LIB
S
${
DUNE_LIBS
}
LINK_LIBRARIE
S
${
DUNE_LIBS
}
COMPILE_DEFINITIONS USE_FLOAT128=1
CMAKE_GUARD
dune-localfunctions_FOUND
...
...
@@ -15,13 +15,13 @@ dune_add_test(NAME test-curvedgeometry-float128
dune_add_test
(
NAME test-parametrizedgeometry-double
SOURCES test-parametrizedgeometry.cc
ADD_LIB
S
${
DUNE_LIBS
}
LINK_LIBRARIE
S
${
DUNE_LIBS
}
COMPILE_DEFINITIONS USE_FLOAT128=0
CMAKE_GUARD dune-localfunctions_FOUND
)
dune_add_test
(
NAME test-parametrizedgeometry-float128
SOURCES test-parametrizedgeometry.cc
ADD_LIB
S
${
DUNE_LIBS
}
LINK_LIBRARIE
S
${
DUNE_LIBS
}
COMPILE_DEFINITIONS USE_FLOAT128=1
CMAKE_GUARD
dune-localfunctions_FOUND
...
...
@@ -30,16 +30,16 @@ dune_add_test(NAME test-parametrizedgeometry-float128
dune_add_test
(
NAME test-localfunctiongeometry-double
SOURCES test-localfunctiongeometry.cc
ADD_LIB
S
${
DUNE_LIBS
}
LINK_LIBRARIE
S
${
DUNE_LIBS
}
COMPILE_DEFINITIONS USE_FLOAT128=0
)
dune_add_test
(
NAME test-localfunctiongeometry-float128
SOURCES test-localfunctiongeometry.cc
ADD_LIB
S
${
DUNE_LIBS
}
LINK_LIBRARIE
S
${
DUNE_LIBS
}
COMPILE_DEFINITIONS USE_FLOAT128=1
CMAKE_GUARD HAVE_QUADMATH
)
dune_add_test
(
SOURCES test-globalparametrization.cc
ADD_LIB
S
${
DUNE_LIBS
}
LINK_LIBRARIE
S
${
DUNE_LIBS
}
CMAKE_GUARD dune-localfunctions_FOUND
)
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