Skip to content
Snippets Groups Projects
Commit 79e2d35a authored by isucan's avatar isucan
Browse files

renaming ann to ANN

git-svn-id: https://kforge.ros.org/fcl/fcl_ros@45 253336fb-580f-4252-a368-f3cef5a2a82b
parent ffc7fb42
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ MAKE = make
installed: wiped $(SOURCE_DIR)/unpacked
cd $(SOURCE_DIR) && make $(ROS_PARALLEL_JOBS) $(MAKE_ARGS)
mkdir -p $(INSTALL_DIR)/include
mkdir -p $(INSTALL_DIR)/include/ann
cp -r $(SOURCE_DIR)/include/ANN/*.h $(INSTALL_DIR)/include/ann
mkdir -p $(INSTALL_DIR)/include/ANN
cp -r $(SOURCE_DIR)/include/ANN/*.h $(INSTALL_DIR)/include/ANN
cp -r $(SOURCE_DIR)/bin $(INSTALL_DIR)
cp -r $(SOURCE_DIR)/lib $(INSTALL_DIR)
touch installed
......
......@@ -36,7 +36,7 @@
#include "fcl/BVH_utility.h"
#include <ann/ANN.h>
#include <ANN/ANN.h>
namespace fcl
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment