Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-doc
Commits
6fb8e1c5
Commit
6fb8e1c5
authored
Jun 12, 2020
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Jun 12, 2020
Browse files
[Makefile] Remove deprecated flag DISABLE_TESTS.
parent
de963305
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Makefile
View file @
6fb8e1c5
...
...
@@ -20,13 +20,11 @@ endif
HUMANOID
?=
TRUE
BUILD_TYPE
?=
Release
DISABLE_TESTS
?=
OFF
BUILD_TESTING
?=
ON
ifeq
(${BUILD_TYPE},Debug)
BUILD_FOLDER
=
build
else
BUILD_FOLDER
=
build-rel
DISABLE_TESTS
=
ON
BUILD_TESTING
=
OFF
endif
...
...
@@ -57,8 +55,7 @@ hpp-template-corba_repository=${HPP_REPO}
# Either a version tag (e.g. v4.3.0), master or devel
HPP_VERSION
=
devel
HPP_EXTRA_FLAGS
=
-DDISABLE_TESTS
=
${DISABLE_TESTS}
\
-DBUILD_TESTING
=
${BUILD_TESTING}
$
HPP_EXTRA_FLAGS
=
-DBUILD_TESTING
=
${BUILD_TESTING}
$
hpp-util_branch
=
${HPP_VERSION}
hpp-util_repository
=
${HPP_REPO}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment