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

Fix preprocessor test

parent 2450d12f
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ namespace hpp {
parent_t::add <PathOptimizerBuilder_t> ("KeypointsShortcut",
pathOptimization::Keypoints::create);
#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