Commit 16e750dd authored by edgarriba's avatar edgarriba

Update for Boost libraries

parent 1727e0ac
...@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8) ...@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
project( PNP_DEMO ) project( PNP_DEMO )
find_package( Boost REQUIRED ) find_package( Boost REQUIRED )
find_package( Boost REQUIRED ) find_package( OpenCV REQUIRED )
include_directories( include_directories(
$(PNP_DEMO_SOURCE_DIR)/include $(PNP_DEMO_SOURCE_DIR)/include
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment