Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
eigenpy
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Stack Of Tasks
eigenpy
Commits
83bd1294
Verified
Commit
83bd1294
authored
1 year ago
by
Justin Carpentier
Browse files
Options
Downloads
Patches
Plain Diff
cmake: remove outdated BUILD_UNIT_TESTS option
parent
8b772eda
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
CMakeLists.txt
+0
-9
0 additions, 9 deletions
CMakeLists.txt
with
0 additions
and
9 deletions
CMakeLists.txt
+
0
−
9
View file @
83bd1294
...
...
@@ -42,15 +42,6 @@ set(CMAKE_VERBOSE_MAKEFILE True)
option
(
INSTALL_DOCUMENTATION
"Generate and install the documentation"
OFF
)
option
(
SUFFIX_SO_VERSION
"Suffix library name with its version"
OFF
)
if
(
DEFINED BUILD_UNIT_TESTS
)
message
(
AUTHOR_WARNING
"BUILD_UNIT_TESTS is deprecated. Use BUILD_TESTING instead.\
If you are manually building EigenPy from source in an existing build folder,\
we suggest that you delete your build folder and make a new one."
)
set
(
BUILD_TESTING
${
BUILD_UNIT_TESTS
}
)
endif
(
DEFINED BUILD_UNIT_TESTS
)
include
(
"
${
JRL_CMAKE_MODULES
}
/base.cmake"
)
compute_project_args
(
PROJECT_ARGS LANGUAGES CXX
)
project
(
${
PROJECT_NAME
}
${
PROJECT_ARGS
}
)
...
...
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