From 8e344281061ec3c798e34edcaa25c23e20d5b9f0 Mon Sep 17 00:00:00 2001 From: jcarpent <jcarpent@laas.fr> Date: Thu, 27 Jul 2017 17:30:40 +0200 Subject: [PATCH] [CMake] Add missing linkage --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 9f0efffd..e7becf1b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -44,6 +44,7 @@ add_fcl_test(test_fcl_capsule_box_2 test_fcl_capsule_box_2.cpp test_fcl_utility. add_fcl_test(test_fcl_bvh_models test_fcl_bvh_models.cpp test_fcl_utility.cpp) add_fcl_test(test_fcl_profiling test_fcl_profiling.cpp test_fcl_utility.cpp) +PKG_CONFIG_USE_DEPENDENCY(test_fcl_profiling assimp) if (FCL_HAVE_OCTOMAP) add_fcl_test(test_fcl_octomap test_fcl_octomap.cpp test_fcl_utility.cpp) -- GitLab