Another small travis change.
This commit is contained in:
parent
f65ebce751
commit
45fe3a611b
2 changed files with 1 additions and 3 deletions
|
@ -58,7 +58,7 @@ before_script:
|
|||
- cmake -D CMAKE_BUILD_TYPE=RELEASE -D BUILD_SHARED_LIBS=OFF ..
|
||||
- make -j4
|
||||
- sudo make -j2 install
|
||||
- then cd ../..
|
||||
- cd ../..
|
||||
- if [[ ${TRAVIS_OS_NAME} = linux ]]; then sudo ln /dev/null /dev/raw1394; fi
|
||||
|
||||
|
||||
|
|
|
@ -6,8 +6,6 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin/)
|
|||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules/")
|
||||
|
||||
find_package( OpenCV REQUIRED )
|
||||
find_package( OpenCV HINTS /usr/local/Cellar/opencv3/3.1.0_4/ )
|
||||
find_package( OpenCV HINTS /usr/local/Cellar/opencv3/3.1.0_3/ )
|
||||
|
||||
MESSAGE("OpenCV information:")
|
||||
MESSAGE(" OpenCV_INCLUDE_DIRS: ${OpenCV_INCLUDE_DIRS}")
|
||||
|
|
Loading…
Reference in a new issue