Mercurial > hg > orthanc
changeset 4051:c459f210f6ac framework
removed ORTHANC_ROOT
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 11 Jun 2020 11:51:03 +0200 |
parents | cd363608551a |
children | 9fa06bddaabe |
files | OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake Thu Jun 11 11:44:48 2020 +0200 +++ b/OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake Thu Jun 11 11:51:03 2020 +0200 @@ -11,9 +11,6 @@ ## Configuration of the components ##################################################################### -# Path to the root folder of the Orthanc distribution -set(ORTHANC_ROOT ${CMAKE_CURRENT_LIST_DIR}/../../..) - # Some basic inclusions include(CMakePushCheckState) include(CheckFunctionExists)