From c948d9a0ba180d6c81cfd4800ef43899b087166c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20P=C3=A9rez?= Date: Mon, 19 Feb 2018 15:24:59 +0100 Subject: [PATCH] minor bug in compilation for openni2 --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9fa39122..6393b3214 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,9 +50,9 @@ endif() set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall" ) # Opciones para el compilador -INCLUDE_DIRECTORIES(/opt/jderobot/include) -LINK_DIRECTORIES(/opt/jderobot/lib) -set (CMAKE_LIBRARY_PATH /opt/jderobot/lib) +INCLUDE_DIRECTORIES(/opt/jderobot/include/openni2) +LINK_DIRECTORIES(/opt/jderobot/lib/openni2) +set (CMAKE_LIBRARY_PATH /opt/jderobot/lib/openni2) # ENV VARS