Mercurial > hg > orthanc
changeset 1092:88fcf73fbe39
Upgrade to Google Test 1.7.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 05 Aug 2014 12:36:53 +0200 |
parents | a66224eec125 |
children | 552a038f7c96 |
files | NEWS Resources/CMake/GoogleTestConfiguration.cmake |
diffstat | 2 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Tue Aug 05 12:28:55 2014 +0200 +++ b/NEWS Tue Aug 05 12:36:53 2014 +0200 @@ -1,7 +1,9 @@ Pending changes in the mainline =============================== +* Support of the most common encodings * Parameter to set the default encoding for DICOM files without SpecificCharacterSet +* Upgrade to Google Test 1.7.0 Version 0.8.1 (2014/07/29)
--- a/Resources/CMake/GoogleTestConfiguration.cmake Tue Aug 05 12:28:55 2014 +0200 +++ b/Resources/CMake/GoogleTestConfiguration.cmake Tue Aug 05 12:36:53 2014 +0200 @@ -8,10 +8,10 @@ endif() elseif (STATIC_BUILD OR NOT USE_SYSTEM_GOOGLE_TEST) - SET(GTEST_SOURCES_DIR ${CMAKE_BINARY_DIR}/gtest-1.6.0) + set(GTEST_SOURCES_DIR ${CMAKE_BINARY_DIR}/gtest-1.7.0) DownloadPackage( - "4577b49f2973c90bf9ba69aa8166b786" - "http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/gtest-1.6.0.zip" + "2d6ec8ccdf5c46b05ba54a9fd1d130d7" + "http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/gtest-1.7.0.zip" "${GTEST_SOURCES_DIR}") include_directories(