Mercurial > hg > orthanc-postgresql
changeset 121:55749692b3ad OrthancPostgreSQL-2.0
fix visual studio build
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Wed, 16 Nov 2016 14:57:45 +0100 |
| parents | 9f3d17c18113 |
| children | 0d1cc4b1fbc1 |
| files | CMakeLists.txt |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)
