Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions CMake/External_GTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ ExternalProject_Add(GTest
DOWNLOAD_NAME ${GTest_dlname}
${COMMON_EP_ARGS}
${COMMON_CMAKE_EP_ARGS}
PATCH_COMMAND ${CMAKE_COMMAND}
-DGTest_patch:PATH=${fletch_SOURCE_DIR}/Patches/GTest
-DGTest_source:PATH=${fletch_BUILD_PREFIX}/src/GTest
-P ${fletch_SOURCE_DIR}/Patches/GTest/Patch.cmake
CMAKE_ARGS
${COMMON_CMAKE_ARGS}
${Gtest_CXX_STANDARD_ARGS}
Expand Down
4 changes: 2 additions & 2 deletions CMake/fletch-tarballs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ set(GLog_md5 "5df6d78b81e51b90ac0ecd7ed932b0d4")
set(GLog_dlname "glog-${GLog_version}.tar.gz")
list(APPEND fletch_external_sources GLog)

set(GTest_version "1.8.1")
set(GTest_version "1.10.0")
set(GTest_url "https://github.com/google/googletest/archive/release-${GTest_version}.tar.gz")
set(GTest_md5 "2e6fbeb6a91310a16efe181886c59596")
set(GTest_md5 "ecd1fa65e7de707cd5c00bdac56022cd")
set(GTest_dlname "gtest-${GTest_version}.tar.gz")
list(APPEND fletch_external_sources GTest)

Expand Down
1 change: 1 addition & 0 deletions Doc/release-notes/master.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Updates since v1.4.0
* Update libtiff from 4.0.6 to 4.1.0
* Update ZLib from 1.2.9 to 1.2.11
* Update Eigen from 3.3.4 to 3.3.7
* Update GTest from 1.8.1 to 1.10.0
* Remove support for OpenCV 2
* Add VTK version 9.0.1

Expand Down
14 changes: 0 additions & 14 deletions Patches/GTest/Patch.cmake

This file was deleted.

204 changes: 0 additions & 204 deletions Patches/GTest/googlemock/CMakeLists.txt

This file was deleted.

Loading