changeset 277:d5b46b450b54

simplification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jul 2020 12:02:23 +0200
parents 1d360b822973
children fd188e79e137
files CMakeLists.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Mon Jul 06 11:35:31 2020 +0200
+++ b/CMakeLists.txt	Mon Jul 06 12:02:23 2020 +0200
@@ -49,8 +49,9 @@
 
 
 # Download and setup the Orthanc framework
+include(${CMAKE_SOURCE_DIR}/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake)
+
 if (ORTHANC_FRAMEWORK_SOURCE STREQUAL "system")
-  include(${CMAKE_SOURCE_DIR}/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake)
   link_libraries(${ORTHANC_FRAMEWORK_LIBRARIES})
 
   set(USE_SYSTEM_GOOGLE_TEST ON CACHE BOOL "Use the system version of Google Test")
@@ -58,7 +59,6 @@
   mark_as_advanced(USE_GOOGLE_TEST_DEBIAN_PACKAGE)
   include(${CMAKE_SOURCE_DIR}/Resources/Orthanc/CMake/GoogleTestConfiguration.cmake)
 else()
-  include(${CMAKE_SOURCE_DIR}/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake)
   include(${ORTHANC_FRAMEWORK_ROOT}/Resources/CMake/OrthancFrameworkParameters.cmake)
   
   set(ENABLE_LOCALE OFF)         # Disable support for locales (notably in Boost)