We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef8b620 + 07f10ce commit 473e031Copy full SHA for 473e031
.travis.yml
@@ -14,7 +14,6 @@ before_install:
14
15
install:
16
- sudo apt-get install libcr-dev mpich2 mpich2-doc
17
- - sudo apt-get install libopencv-*
18
19
script:
20
- mkdir build
CMakeLists.txt
@@ -7,14 +7,4 @@ if( MPI_FOUND )
7
include_directories( ${MPI_INCLUDE_PATH} )
8
endif( MPI_FOUND )
9
10
-############ test functionality ############
11
-if ( NOT MSVC )
12
- find_package( OpenCV REQUIRED )
13
- if( OpenCV_FOUND )
- message(STATUS "OpenCV - Found")
- include_directories( ${OpenCV_INCLUDE_DIRS} )
- endif( OpenCV_FOUND )
-endif( NOT MSVC )
-############################################
-
add_subdirectory(modules)
0 commit comments