Skip to content

Commit

Permalink
Merge pull request #515 from mleotta/dev/update-tpl-version
Browse files Browse the repository at this point in the history
Update 3rd party library versions
  • Loading branch information
mleotta committed Aug 26, 2021
2 parents 5980066 + 1aa921a commit 5f12398
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMake/telesculptor-external-fletch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ExternalProject_Add(fletch
-Dfletch_ENABLE_LevelDB:BOOL=OFF
-Dfletch_ENABLE_OpenBLAS:BOOL=OFF
-Dfletch_ENABLE_OpenCV:BOOL=${TELESCULPTOR_ENABLE_FLETCH_OPENCV}
-DOpenCV_SELECT_VERSION:STRING=3.4.0
-DOpenCV_SELECT_VERSION:STRING=4.5.1
-Dfletch_ENABLE_OpenCV_FFmpeg:BOOL=ON
-Dfletch_ENABLE_OpenCV_contrib:BOOL=ON
-Dfletch_ENABLE_OpenCV_highgui:BOOL=ON
Expand All @@ -93,13 +93,13 @@ ExternalProject_Add(fletch
-Dfletch_ENABLE_Protobuf:BOOL=OFF
-Dfletch_ENABLE_Qt:BOOL=${TELESCULPTOR_ENABLE_FLETCH_QT}
-DBUILD_Qt_MINIMAL:BOOL=ON
-DQt_SELECT_VERSION:STRING=5.11.2
-DQt_SELECT_VERSION:STRING=5.12.8
-Dfletch_ENABLE_Snappy:BOOL=OFF
-Dfletch_ENABLE_SQLite3:BOOL=${TELESCULPTOR_ENABLE_FLETCH_PROJ}
-Dfletch_ENABLE_SuiteSparse:BOOL=${TELESCULPTOR_ENABLE_FLETCH_CERES}
-Dfletch_ENABLE_TinyXML:BOOL=OFF
-Dfletch_ENABLE_VTK:BOOL=${TELESCULPTOR_ENABLE_FLETCH_VTK}
-DVTK_SELECT_VERSION:STRING=8.2
-DVTK_SELECT_VERSION:STRING=9.0
-Dfletch_ENABLE_VXL:BOOL=ON
-Dfletch_ENABLE_YAMLcpp:BOOL=OFF
-Dfletch_ENABLE_ZLib:BOOL=${TELESCULPTOR_ENABLE_FLETCH_ZLIB}
Expand Down
6 changes: 6 additions & 0 deletions doc/release-notes/release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ TeleSculptor Application

* Fixed a bug in which the "zoom to landmarks" option would make the World
View projections permantly invalid if there were no landmarks to zoom to.

* Updated OpenCV version to 4.5.1

* Updated Qt version to 5.12.8

* Updated VTK Version to 9.0

0 comments on commit 5f12398

Please sign in to comment.