Mercurial > hg > orthanc-postgresql
changeset 90:56dbbd7f5f78 OrthancPostgreSQL-2.0
fix windows build
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Wed, 02 Dec 2015 15:50:00 +0100 |
| parents | 999ef12e5e88 |
| children | 569373c392dc f8a93b475935 |
| files | CMakeLists.txt |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Dec 02 15:32:32 2015 +0100 +++ b/CMakeLists.txt Wed Dec 02 15:50:00 2015 +0100 @@ -57,7 +57,7 @@ if (STATIC_BUILD OR NOT USE_SYSTEM_ORTHANC_SDK) - include_directories(${ORTHANC_ROOT}/Sdk-0.9.4) + include_directories(${ORTHANC_ROOT}/Sdk-0.9.5) else () CHECK_INCLUDE_FILE_CXX(orthanc/OrthancCppDatabasePlugin.h HAVE_ORTHANC_H) if (NOT HAVE_ORTHANC_H)
