From 65a0fa2617c2561aaa813a9392a4e1da48d1ccc8 Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Fri, 3 Jan 2025 07:01:40 -0800 Subject: [PATCH] FCL_HIDE_ALL_SYMBOLS=ON --- recipe/bld.bat | 3 ++- recipe/fix-bvh-utility-include.patch | 13 ------------- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 recipe/fix-bvh-utility-include.patch diff --git a/recipe/bld.bat b/recipe/bld.bat index b32be05..19f71f0 100644 --- a/recipe/bld.bat +++ b/recipe/bld.bat @@ -6,7 +6,8 @@ cmake %SRC_DIR% ^ -B build ^ -DBUILD_TESTING=ON ^ -DCMAKE_BUILD_TYPE=Release ^ - -DFCL_STATIC_LIBRARY=OFF + -DFCL_STATIC_LIBRARY=OFF ^ + -DFCL_HIDE_ALL_SYMBOLS=ON if errorlevel 1 exit 1 diff --git a/recipe/fix-bvh-utility-include.patch b/recipe/fix-bvh-utility-include.patch deleted file mode 100644 index 82fa596..0000000 --- a/recipe/fix-bvh-utility-include.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/geometry/bvh/BVH_utility.cpp b/src/geometry/bvh/BVH_utility.cpp -index bfcc8e8..830b9f7 100644 ---- a/src/geometry/bvh/BVH_utility.cpp -+++ b/src/geometry/bvh/BVH_utility.cpp -@@ -35,7 +35,7 @@ - - /** @author Jia Pan */ - --#include "fcl/geometry/bvh/BVH_utility-inl.h" -+#include "fcl/geometry/bvh/BVH_utility.h" - - namespace fcl - {