File tree 4 files changed +3327
-1721
lines changed
4 files changed +3327
-1721
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,10 @@ set(DOXYGEN_HTML_STYLESHEET "")
70
70
# by CMake
71
71
if (POLICY CMP0167)
72
72
cmake_policy (SET CMP0167 NEW)
73
+ # find_package(SDFormat14) reset this policy (with cmake_minimum_required) and redefine the find_dependency macro.
74
+ # Then, futur call of this macro don't use the right version of this policy.
75
+ # To avoid that, we define the CMP0167 default value.
76
+ set (CMAKE_POLICY_DEFAULT_CMP0167 NEW)
73
77
endif ()
74
78
include (${JRL_CMAKE_MODULES} /base.cmake)
75
79
compute_project_args(PROJECT_ARGS LANGUAGES CXX)
Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ export ALIGATOR_PINOCCHIO_SUPPORT=${ALIGATOR_PINOCCHIO_SUPPORT:=OFF}
37
37
export ALIGATOR_CROCODDYL_COMPAT=${ALIGATOR_CROCODDYL_COMPAT:= OFF}
38
38
export ALIGATOR_OPENMP_SUPPORT=${ALIGATOR_OPENMP_SUPPORT:= OFF}
39
39
export ALIGATOR_CHOLMOD_SUPPORT=${ALIGATOR_CHOLMOD_SUPPORT:= OFF}
40
- export ALIGATOR_BENCHMARK =${ALIGATOR_BENCHMARK := ON}
40
+ export ALIGATOR_BENCHMARKS =${ALIGATOR_BENCHMARKS := ON}
41
41
export ALIGATOR_EXAMPLES=${ALIGATOR_EXAMPLES:= ON}
42
42
export ALIGATOR_PYTHON_STUBS=${ALIGATOR_PYTHON_STUBS:= ON}
You can’t perform that action at this time.
0 commit comments