# HG changeset patch # User Sebastien Jodogne # Date 1594064075 -7200 # Node ID ad528c389d15ff0913627d2e89de30a273136d3b # Parent 29cb9e47681f86a6d5145c6bec20b7e22aedc4fa fix cmake policy CMP0075 diff -r 29cb9e47681f -r ad528c389d15 OrthancFramework/Resources/CMake/CivetwebConfiguration.cmake --- a/OrthancFramework/Resources/CMake/CivetwebConfiguration.cmake Mon Jul 06 21:10:13 2020 +0200 +++ b/OrthancFramework/Resources/CMake/CivetwebConfiguration.cmake Mon Jul 06 21:34:35 2020 +0200 @@ -84,6 +84,7 @@ endif() link_libraries(civetweb) + unset(CMAKE_REQUIRED_LIBRARIES) add_definitions( -DCIVETWEB_HAS_DISABLE_KEEP_ALIVE=0