comparison Resources/CMake/BoostConfiguration.cmake @ 2454:4f2474079fbf

fix relative path
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 03 Jan 2018 16:19:47 +0100
parents 862d943115f9
children 6b3c0d5f65af
comparison
equal deleted inserted replaced
2453:c50413a4092c 2454:4f2474079fbf
81 if ("${CMAKE_SYSTEM_VERSION}" STREQUAL "LinuxStandardBase") 81 if ("${CMAKE_SYSTEM_VERSION}" STREQUAL "LinuxStandardBase")
82 add_definitions(-DBOOST_SYSTEM_USE_STRERROR=1) 82 add_definitions(-DBOOST_SYSTEM_USE_STRERROR=1)
83 83
84 execute_process( 84 execute_process(
85 COMMAND ${PATCH_EXECUTABLE} -p0 -N -i 85 COMMAND ${PATCH_EXECUTABLE} -p0 -N -i
86 ${CMAKE_SOURCE_DIR}/Resources/Patches/boost-1.65.1-linux-standard-base.patch 86 ${ORTHANC_ROOT}/Resources/Patches/boost-1.65.1-linux-standard-base.patch
87 WORKING_DIRECTORY ${CMAKE_BINARY_DIR} 87 WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
88 RESULT_VARIABLE Failure 88 RESULT_VARIABLE Failure
89 ) 89 )
90 90
91 if (FirstRun AND Failure) 91 if (FirstRun AND Failure)