comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 201:e9c7a78a3e77

removed absolute paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Mar 2018 11:59:22 +0100
parents fccffbf99ba1
children 886230938339
comparison
equal deleted inserted replaced
200:03afbee0cc7b 201:e9c7a78a3e77
24 24
25 SET(ENABLE_JPEG ON) 25 SET(ENABLE_JPEG ON)
26 SET(ENABLE_PNG ON) 26 SET(ENABLE_PNG ON)
27 27
28 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake) 28 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake)
29
30 include_directories(${ORTHANC_ROOT})
31 29
32 30
33 ##################################################################### 31 #####################################################################
34 ## Sanity check of the configuration 32 ## Sanity check of the configuration
35 ##################################################################### 33 #####################################################################