# HG changeset patch # User Sebastien Jodogne # Date 1479304665 -3600 # Node ID 55749692b3adb871ae122d8004623bad0865fe9a # Parent 9f3d17c18113ceac852774b5a2ca34c34d9bae69 fix visual studio build diff -r 9f3d17c18113 -r 55749692b3ad CMakeLists.txt --- a/CMakeLists.txt Wed Nov 16 12:30:47 2016 +0100 +++ b/CMakeLists.txt Wed Nov 16 14:57:45 2016 +0100 @@ -40,6 +40,7 @@ mark_as_advanced(USE_GTEST_DEBIAN_SOURCE_PACKAGE) set(ORTHANC_ROOT ${CMAKE_SOURCE_DIR}/Orthanc) +set(ORTHANC_DISABLE_PATCH ON) # No need for the "patch" command-line tool include(CheckIncludeFiles) include(CheckIncludeFileCXX) include(CheckLibraryExists)