changeset 1402:9803a00a4be6

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Jun 2015 14:10:16 +0200
parents 67dca9b38c49
children fafb99773476
files Plugins/Samples/GdcmDecoding/CMakeLists.txt Resources/Samples/Tools/CMakeLists.txt
diffstat 2 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Samples/GdcmDecoding/CMakeLists.txt	Mon Jun 01 14:08:30 2015 +0200
+++ b/Plugins/Samples/GdcmDecoding/CMakeLists.txt	Mon Jun 01 14:10:16 2015 +0200
@@ -23,10 +23,6 @@
   message(FATAL_ERROR "Cannot find GDCM, did you set GDCM_DIR?")
 endif(GDCM_FOUND)
 
-include_directories(
-  ${ORTHANC_ROOT}/OrthancCppClient/SharedLibrary/Laaw
-  )
-
 add_library(GdcmDecoding SHARED
   Plugin.cpp
   OrthancContext.cpp
--- a/Resources/Samples/Tools/CMakeLists.txt	Mon Jun 01 14:08:30 2015 +0200
+++ b/Resources/Samples/Tools/CMakeLists.txt	Mon Jun 01 14:10:16 2015 +0200
@@ -22,8 +22,6 @@
 include(${ORTHANC_ROOT}/Resources/CMake/ZlibConfiguration.cmake)
 include(${ORTHANC_ROOT}/Resources/CMake/GoogleLogConfiguration.cmake)
 
-include_directories(${ORTHANC_ROOT}/OrthancCppClient/SharedLibrary/Laaw)
-
 add_library(CommonLibraries
   ${BOOST_SOURCES}
   ${THIRD_PARTY_SOURCES}