comparison Resources/CMake/OrthancFrameworkConfiguration.cmake @ 2404:e6af2c5cd0f1

migration of Google Test into OrthancFramework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 Sep 2017 16:48:33 +0200
parents 98c2a9c2c0fc
children f0cfacd0c9b8
comparison
equal deleted inserted replaced
2403:06536b4f30c0 2404:e6af2c5cd0f1
285 unset(USE_SYSTEM_LIBICONV CACHE) 285 unset(USE_SYSTEM_LIBICONV CACHE)
286 add_definitions(-DORTHANC_ENABLE_LOCALE=0) 286 add_definitions(-DORTHANC_ENABLE_LOCALE=0)
287 endif() 287 endif()
288 288
289 289
290 ##
291 ## Google Test for unit testing
292 ##
293
294 if (ENABLE_GOOGLE_TEST)
295 include(${CMAKE_CURRENT_LIST_DIR}/GoogleTestConfiguration.cmake)
296 else()
297 unset(USE_SYSTEM_GOOGLE_TEST CACHE)
298 unset(USE_GOOGLE_TEST_DEBIAN_PACKAGE CACHE)
299 endif()
300
301
302
290 ##################################################################### 303 #####################################################################
291 ## Inclusion of mandatory third-party dependencies 304 ## Inclusion of mandatory third-party dependencies
292 ##################################################################### 305 #####################################################################
293 306
294 include(${CMAKE_CURRENT_LIST_DIR}/JsonCppConfiguration.cmake) 307 include(${CMAKE_CURRENT_LIST_DIR}/JsonCppConfiguration.cmake)