comparison Resources/CMake/MongooseConfiguration.cmake @ 1543:8b6d8f9b9f71

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Aug 2015 17:26:46 +0200
parents fbf763bb1fa3
children 17a3814fd8a1
comparison
equal deleted inserted replaced
1542:d2bccd57795e 1543:8b6d8f9b9f71
28 set(MONGOOSE_PATCH ${ORTHANC_ROOT}/Resources/Patches/mongoose-3.8-patch.diff) 28 set(MONGOOSE_PATCH ${ORTHANC_ROOT}/Resources/Patches/mongoose-3.8-patch.diff)
29 endif() 29 endif()
30 30
31 # Patch mongoose 31 # Patch mongoose
32 execute_process( 32 execute_process(
33 COMMAND ${PATCH_EXECUTABLE} -N mongoose.c ${MONGOOSE_PATCH} 33 COMMAND ${PATCH_EXECUTABLE} -N mongoose.c -i ${MONGOOSE_PATCH}
34 WORKING_DIRECTORY ${MONGOOSE_SOURCES_DIR} 34 WORKING_DIRECTORY ${MONGOOSE_SOURCES_DIR}
35 RESULT_VARIABLE Failure 35 RESULT_VARIABLE Failure
36 ) 36 )
37 37
38 if (Failure AND FirstRun) 38 if (Failure AND FirstRun)