Update for Boost libraries

pull/3042/head
edgarriba 11 years ago
parent 1727e0acf6
commit 16e750dd37
  1. 2
      samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/CMakeLists.txt

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
project( PNP_DEMO )
find_package( Boost REQUIRED )
find_package( Boost REQUIRED )
find_package( OpenCV REQUIRED )
include_directories(
$(PNP_DEMO_SOURCE_DIR)/include

Loading…
Cancel
Save