# HG changeset patch # User Sebastien Jodogne # Date 1594028131 -7200 # Node ID 1d360b8229732cfc74633603fac74cf6f8987e5e # Parent 3a9749b1dfceb8809d6623b3646560fd49f4ebb8 fix diff -r 3a9749b1dfce -r 1d360b822973 CMakeLists.txt --- a/CMakeLists.txt Mon Jul 06 11:31:08 2020 +0200 +++ b/CMakeLists.txt Mon Jul 06 11:35:31 2020 +0200 @@ -50,7 +50,6 @@ # Download and setup the Orthanc framework if (ORTHANC_FRAMEWORK_SOURCE STREQUAL "system") - set(ENABLE_GOOGLE_TEST ON) include(${CMAKE_SOURCE_DIR}/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake) link_libraries(${ORTHANC_FRAMEWORK_LIBRARIES})