Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions manifold/SO3Problem.cc
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,7 @@ BOOST_AUTO_TEST_CASE_TEMPLATE (SO3ProblemTest, T, functionTypes_t)
problemFactory.addObjective(1.0, pcDistDesc, SO3_);
std::unique_ptr<roboptim::ProblemOnManifold<T>> problem(problemFactory.getProblem());

#ifndef NDEBUG
roboptim::SolverFactory<solver_t> factory ("pgsolver_d", *problem);
#else
roboptim::SolverFactory<solver_t> factory ("pgsolver", *problem);
#endif
solver_t& solver = factory ();
// Solve
solver.solve();
Expand Down
8 changes: 0 additions & 8 deletions tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,6 @@ MACRO(BUILD_TEST FILE_NAME)

# Link against Boost.
TARGET_LINK_LIBRARIES(${EXE_NAME}${PROGRAM_SUFFIX} ${Boost_LIBRARIES})

# Make sure the plugins will be found.
SET_PROPERTY(
TEST ${EXE_NAME}${PROGRAM_SUFFIX} PROPERTY ENVIRONMENT
"LTDL_LIBRARY_PATH=${CMAKE_BINARY_DIR}/src:$ENV{LTDL_LIBRARY_PATH}")
SET_PROPERTY(
TEST ${EXE_NAME}${PROGRAM_SUFFIX} PROPERTY ENVIRONMENT
"LD_LIBRARY_PATH=${CMAKE_BINARY_DIR}/src:$ENV{LD_LIBRARY_PATH}")
ENDMACRO()


Expand Down