Skip to content

Commit

Permalink
Fix Calibu exporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
chachi committed May 7, 2014
1 parent 682ed96 commit 9d05b10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ find_package(OpenCV2)
if( OpenCV2_FOUND )
set( HAVE_OPENCV 1 )
list( APPEND LINK_LIBS ${OpenCV2_LIBRARIES})
list( APPEND INTERNAL_INC ${OpenCV2_INCLUDE_DIRS} )
list( APPEND CALIBU_INC ${OpenCV2_INCLUDE_DIRS} )
list( APPEND HEADERS ${INC_DIR}/pose/Pnp.h ${INC_DIR}/pose/Tracker.h )
list( APPEND SOURCES ${SRC_DIR}/pose/Pnp.cpp ${SRC_DIR}/pose/Tracker.cpp )
endif()
Expand All @@ -99,7 +99,6 @@ endif()
# Include source/build directories first to preempt any installed Calibu
include_directories( ${CALIBU_INC} )
include_directories( ${USER_INC} )
include_directories( ${INTERNAL_INC} )

## Generate symbol export helper header on MSVC
IF(MSVC)
Expand Down

0 comments on commit 9d05b10

Please sign in to comment.