Skip to content

Commit 473e031

Browse files
author
Nesterov Alexander
authored
Merge pull request #13 from allnes/branch_for_modifications
Delete test functionality
2 parents ef8b620 + 07f10ce commit 473e031

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ before_install:
1414

1515
install:
1616
- sudo apt-get install libcr-dev mpich2 mpich2-doc
17-
- sudo apt-get install libopencv-*
1817

1918
script:
2019
- mkdir build

CMakeLists.txt

-10
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,4 @@ if( MPI_FOUND )
77
include_directories( ${MPI_INCLUDE_PATH} )
88
endif( MPI_FOUND )
99

10-
############ test functionality ############
11-
if ( NOT MSVC )
12-
find_package( OpenCV REQUIRED )
13-
if( OpenCV_FOUND )
14-
message(STATUS "OpenCV - Found")
15-
include_directories( ${OpenCV_INCLUDE_DIRS} )
16-
endif( OpenCV_FOUND )
17-
endif( NOT MSVC )
18-
############################################
19-
2010
add_subdirectory(modules)

0 commit comments

Comments
 (0)