Skip to content

Commit

Permalink
Fix debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulon committed May 11, 2015
1 parent 7b8ddd4 commit 1b26b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/openMVG/sfm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ ADD_LIBRARY(openMVG_sfm ${sfm_files_header} ${sfm_files_cpp})
TARGET_LINK_LIBRARIES(openMVG_sfm ceres openMVG_multiview)
INSTALL(TARGETS openMVG_sfm DESTINATION lib/)

UNIT_TEST(openMVG sfm_data_io "stlplus;openMVG_features;openMVG_sfm")
UNIT_TEST(openMVG sfm_data_io "stlplus;openMVG_features;openMVG_sfm;${openMVG_linearProgramming}")
UNIT_TEST(openMVG sfm_data_BA
"openMVG_multiview_test_data;openMVG_features;openMVG_multiview;openMVG_sfm;stlplus")
"openMVG_multiview_test_data;openMVG_features;openMVG_multiview;openMVG_sfm;stlplus;${openMVG_linearProgramming}")

ADD_SUBDIRECTORY(pipelines)

0 comments on commit 1b26b14

Please sign in to comment.