comparison Resources/CMake/OrthancFrameworkConfiguration.cmake @ 3973:d86bddb50972

fix spelling errors according to debian
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 May 2020 18:40:35 +0200
parents 82e88ff003d7
children 464d40d572bd
comparison
equal deleted inserted replaced
3972:7f8b30416d50 3973:d86bddb50972
424 424
425 include(${CMAKE_CURRENT_LIST_DIR}/JsonCppConfiguration.cmake) 425 include(${CMAKE_CURRENT_LIST_DIR}/JsonCppConfiguration.cmake)
426 include(${CMAKE_CURRENT_LIST_DIR}/UuidConfiguration.cmake) 426 include(${CMAKE_CURRENT_LIST_DIR}/UuidConfiguration.cmake)
427 427
428 # We put Boost as the last dependency, as it is the heaviest to 428 # We put Boost as the last dependency, as it is the heaviest to
429 # configure, which allows to quickly spot problems when configuring 429 # configure, which allows one to quickly spot problems when configuring
430 # static builds in other dependencies 430 # static builds in other dependencies
431 include(${CMAKE_CURRENT_LIST_DIR}/BoostConfiguration.cmake) 431 include(${CMAKE_CURRENT_LIST_DIR}/BoostConfiguration.cmake)
432 432
433 433
434 ##################################################################### 434 #####################################################################