comparison OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake @ 4051:c459f210f6ac framework

removed ORTHANC_ROOT
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 11:51:03 +0200
parents 47e9e788224c
children dcf4d83374a6
comparison
equal deleted inserted replaced
4050:cd363608551a 4051:c459f210f6ac
8 8
9 9
10 ##################################################################### 10 #####################################################################
11 ## Configuration of the components 11 ## Configuration of the components
12 ##################################################################### 12 #####################################################################
13
14 # Path to the root folder of the Orthanc distribution
15 set(ORTHANC_ROOT ${CMAKE_CURRENT_LIST_DIR}/../../..)
16 13
17 # Some basic inclusions 14 # Some basic inclusions
18 include(CMakePushCheckState) 15 include(CMakePushCheckState)
19 include(CheckFunctionExists) 16 include(CheckFunctionExists)
20 include(CheckIncludeFile) 17 include(CheckIncludeFile)