Mercurial > hg > orthanc
diff Resources/CMake/MongooseConfiguration.cmake @ 29:042ac60f5bf9
simplified build of curl
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 29 Aug 2012 15:27:13 +0200 |
parents | 6ba765ecf3db |
children | 7593b57dc1bf |
line wrap: on
line diff
--- a/Resources/CMake/MongooseConfiguration.cmake Wed Aug 29 11:07:55 2012 +0200 +++ b/Resources/CMake/MongooseConfiguration.cmake Wed Aug 29 15:27:13 2012 +0200 @@ -18,7 +18,6 @@ if (${ENABLE_SSL}) add_definitions( - -DPALANTIR_SSL_ENABLED=1 -DNO_SSL_DL=1 ) if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux") @@ -27,7 +26,6 @@ else() add_definitions( - -DPALANTIR_SSL_ENABLED=0 -DNO_SSL=1 # Remove SSL support from mongoose ) endif()