Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

Commit

Permalink
minor bug in compilation for openni2
Browse files Browse the repository at this point in the history
  • Loading branch information
fqez authored Feb 19, 2018
1 parent 5b0d622 commit c948d9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c948d9a

Please sign in to comment.