From 31500850da1357ca15ebfb6f7008bd8c830fe8fe Mon Sep 17 00:00:00 2001 From: Matt Leotta Date: Fri, 29 Jul 2016 23:18:43 -0400 Subject: [PATCH] reenable OpenCV Highgui in Travis-CI fletch builds --- .travis/install-deps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis/install-deps.sh b/.travis/install-deps.sh index 6a2cd7daa..b8b270c19 100755 --- a/.travis/install-deps.sh +++ b/.travis/install-deps.sh @@ -86,7 +86,8 @@ fletch_cmake_opts="\ -Dfletch_ENABLE_Ceres=ON \ -Dfletch_ENABLE_SuiteSparse=ON \ -Dfletch_ENABLE_OpenCV=ON \ - -Dfletch_ENABLE_VTK=ON" + -Dfletch_ENABLE_VTK=ON + -Dfletch_ENABLE_OpenCV_highgui=ON" build_repo fletch https://github.com/Kitware/fletch.git # Build and install Vital