# HG changeset patch # User Sebastien Jodogne # Date 1624432349 -7200 # Node ID 24e5f64263a07efe53aebe4ffc8839f9ad68b1e9 # Parent bab966288abec0df982ad64ddde3430f13083b97 improved CMakeLists.txt diff -r bab966288abe -r 24e5f64263a0 Applications/CMakeLists.txt --- a/Applications/CMakeLists.txt Sat Jun 12 09:20:44 2021 +0200 +++ b/Applications/CMakeLists.txt Wed Jun 23 09:12:29 2021 +0200 @@ -42,7 +42,6 @@ endif() link_libraries(${ORTHANC_FRAMEWORK_LIBRARIES}) - include_directories(${ORTHANC_FRAMEWORK_ROOT}) else() include_directories(${ORTHANC_FRAMEWORK_ROOT}) diff -r bab966288abe -r 24e5f64263a0 ViewerPlugin/CMakeLists.txt --- a/ViewerPlugin/CMakeLists.txt Sat Jun 12 09:20:44 2021 +0200 +++ b/ViewerPlugin/CMakeLists.txt Wed Jun 23 09:12:29 2021 +0200 @@ -44,7 +44,6 @@ link_libraries(${Boost_LIBRARIES} ${DCMTK_LIBRARIES} jsoncpp) endif() - include_directories(${ORTHANC_FRAMEWORK_ROOT}) link_libraries(${ORTHANC_FRAMEWORK_LIBRARIES}) else()