diff ViewerPlugin/CMakeLists.txt @ 240:24e5f64263a0

improved CMakeLists.txt
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Jun 2021 09:12:29 +0200
parents bab966288abe
children 49f647ed1b4c
line wrap: on
line diff
--- 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()