Skip to content
Snippets Groups Projects
Commit dbf46469 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Fix preprocessor test

Conflicts:
	src/problem-solver.cc
parent db4020a0
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ namespace hpp {
parent_t::add <SteeringMethodBuilder_t> ("Graph-SteeringMethodStraight",
GraphSteeringMethod::create <core::SteeringMethodStraight>);
#ifdef HPP_MANIPULATION_HAS_WHOLEBODY_STEP
#if HPP_MANIPULATION_HAS_WHOLEBODY_STEP
parent_t::add <PathOptimizerBuilder_t>
("Walkgen", wholebodyStep::SmallSteps::create);
parent_t::add <PathOptimizerBuilder_t>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment