Mercurial > hg > orthanc
comparison Resources/CMake/MongooseConfiguration.cmake @ 1337:afaa55d42ddd
FreeBSD support
author | jodogne |
---|---|
date | Tue, 31 Mar 2015 11:40:29 +0200 |
parents | 96a280b815f4 |
children | 0a67a502c90f |
comparison
equal
deleted
inserted
replaced
1336:a80e811ec619 | 1337:afaa55d42ddd |
---|---|
22 set(MONGOOSE_PATCH ${ORTHANC_ROOT}/Resources/Patches/mongoose-3.8-patch.diff) | 22 set(MONGOOSE_PATCH ${ORTHANC_ROOT}/Resources/Patches/mongoose-3.8-patch.diff) |
23 endif() | 23 endif() |
24 | 24 |
25 # Patch mongoose | 25 # Patch mongoose |
26 execute_process( | 26 execute_process( |
27 COMMAND patch mongoose.c ${MONGOOSE_PATCH} | 27 COMMAND patch -N mongoose.c ${MONGOOSE_PATCH} |
28 WORKING_DIRECTORY ${MONGOOSE_SOURCES_DIR} | 28 WORKING_DIRECTORY ${MONGOOSE_SOURCES_DIR} |
29 ) | 29 ) |
30 | 30 |
31 include_directories( | 31 include_directories( |
32 ${MONGOOSE_SOURCES_DIR} | 32 ${MONGOOSE_SOURCES_DIR} |