From 3e380e45d916aa9267311b07a546e50ac1cd3a3c Mon Sep 17 00:00:00 2001 From: pmoulon Date: Tue, 17 Jul 2018 16:10:04 -0700 Subject: [PATCH] [build] Fix stellar_SfM_test build CMakelists. #1241 --- src/openMVG/sfm/pipelines/stellar/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openMVG/sfm/pipelines/stellar/CMakeLists.txt b/src/openMVG/sfm/pipelines/stellar/CMakeLists.txt index 095bbf8ebe..4d75c6a129 100644 --- a/src/openMVG/sfm/pipelines/stellar/CMakeLists.txt +++ b/src/openMVG/sfm/pipelines/stellar/CMakeLists.txt @@ -1,3 +1,3 @@ UNIT_TEST(openMVG stellar_SfM - "openMVG_multiview_test_data;openMVG_sfm;stlplus") + "openMVG_multiview_test_data;openMVG_sfm;${STLPLUS_LIBRARY}")