Mercurial > hg > orthanc-stone
changeset 1423:6c3f260c4de7
tentative to fix CI build
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Thu, 14 May 2020 07:55:28 +0200 |
parents | 9e7015edd107 |
children | b424028392cf |
files | Samples/Sdl/CMakeLists.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Samples/Sdl/CMakeLists.txt Wed May 13 14:58:58 2020 +0200 +++ b/Samples/Sdl/CMakeLists.txt Thu May 14 07:55:28 2020 +0200 @@ -2,8 +2,8 @@ project(OrthancStone) -set(ORTHANC_FRAMEWORK_SOURCE "path") -set(ORTHANC_FRAMEWORK_ROOT ${CMAKE_CURRENT_LIST_DIR}/../../../orthanc) +set(ORTHANC_FRAMEWORK_SOURCE "path" CACHE STRING "select the source of Orthanc") +set(ORTHANC_FRAMEWORK_ROOT ${CMAKE_CURRENT_LIST_DIR}/../../../orthanc CACHE STRING "select the root path of Orthanc") set(STONE_ROOT ${CMAKE_CURRENT_LIST_DIR}/../../) include(${STONE_ROOT}/Resources/CMake/OrthancStoneParameters.cmake)