# HG changeset patch # User Sebastien Jodogne # Date 1407235013 -7200 # Node ID 88fcf73fbe39c9327333d0eb49210ab8d2550912 # Parent a66224eec12503ad62b2dc6741408b92b623795f Upgrade to Google Test 1.7.0 diff -r a66224eec125 -r 88fcf73fbe39 NEWS --- 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) diff -r a66224eec125 -r 88fcf73fbe39 Resources/CMake/GoogleTestConfiguration.cmake --- 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(