Mercurial > hg > orthanc-python
comparison CMakeLists.txt @ 27:ec7860ac40e9
removed commented include_directories() in CMake
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 07 Apr 2020 07:52:07 +0200 |
parents | b0d1308280d8 |
children | ce5b6116e6cd |
comparison
equal
deleted
inserted
replaced
26:b0d1308280d8 | 27:ec7860ac40e9 |
---|---|
79 set(WINDOWS_RESOURCES ${CMAKE_CURRENT_BINARY_DIR}/Version.rc) | 79 set(WINDOWS_RESOURCES ${CMAKE_CURRENT_BINARY_DIR}/Version.rc) |
80 endif() | 80 endif() |
81 | 81 |
82 | 82 |
83 include_directories( | 83 include_directories( |
84 #${CMAKE_SOURCE_DIR}/Sources | |
85 ${ORTHANC_ROOT}/Sdk-1.5.7 | 84 ${ORTHANC_ROOT}/Sdk-1.5.7 |
86 ) | 85 ) |
87 | 86 |
88 add_definitions( | 87 add_definitions( |
89 -DHAS_ORTHANC_EXCEPTION=0 | 88 -DHAS_ORTHANC_EXCEPTION=0 |