Mercurial > hg > orthanc
comparison CMakeLists.txt @ 560:69c024f9c06b
fix of Debian bug #724947
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 30 Sep 2013 14:42:01 +0200 |
parents | 0fc8ef464cfb |
children | 2737806bcf60 |
comparison
equal
deleted
inserted
replaced
557:48c9f83587a8 | 560:69c024f9c06b |
---|---|
45 | 45 |
46 # Prepare the third-party dependencies | 46 # Prepare the third-party dependencies |
47 SET(THIRD_PARTY_SOURCES | 47 SET(THIRD_PARTY_SOURCES |
48 ${CMAKE_SOURCE_DIR}/Resources/md5/md5.c | 48 ${CMAKE_SOURCE_DIR}/Resources/md5/md5.c |
49 ${CMAKE_SOURCE_DIR}/Resources/base64/base64.cpp | 49 ${CMAKE_SOURCE_DIR}/Resources/base64/base64.cpp |
50 ${CMAKE_SOURCE_DIR}/Resources/sha1/sha1.cpp | |
51 ) | 50 ) |
52 | 51 |
53 include(${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleLogConfiguration.cmake) | 52 include(${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleLogConfiguration.cmake) |
54 | 53 |
55 if (${ENABLE_SSL}) | 54 if (${ENABLE_SSL}) |