mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
Update for Boost libraries
This commit is contained in:
parent
dfa3ccdea9
commit
1727e0acf6
@ -1,7 +1,8 @@
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
project( PNP_DEMO )
|
||||
|
||||
find_package( Boost OpenCV REQUIRED )
|
||||
find_package( Boost REQUIRED )
|
||||
find_package( Boost REQUIRED )
|
||||
|
||||
include_directories(
|
||||
$(PNP_DEMO_SOURCE_DIR)/include
|
||||
|
Loading…
Reference in New Issue
Block a user