changeset 459:cc42e8ca659b

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jul 2020 11:35:39 +0200
parents 1e6cd31c20ce
children 24a48e7118e5
files CMakeLists.txt
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Mon Jul 06 11:28:06 2020 +0200
+++ b/CMakeLists.txt	Mon Jul 06 11:35:39 2020 +0200
@@ -56,10 +56,6 @@
 # Download and setup the Orthanc framework
 if (ORTHANC_FRAMEWORK_SOURCE STREQUAL "system")
   include(${CMAKE_SOURCE_DIR}/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake)
-
-  include_directories(
-    ${CMAKE_SOURCE_DIR}/Resources/Orthanc/
-    )
   link_libraries(${ORTHANC_FRAMEWORK_LIBRARIES})
 
   set(USE_SYSTEM_GOOGLE_TEST ON CACHE BOOL "Use the system version of Google Test")