mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
Update for Boost libraries
This commit is contained in:
parent
1727e0acf6
commit
16e750dd37
@ -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…
Reference in New Issue
Block a user