open-license-manager
2014-10-16 fb94e8ad598af67f11471e2f1d3d6c3decbbe43c
CMakeLists.txt
@@ -80,7 +80,10 @@
   #find a static version of openssl crypto library
   find_package(OpenSSL REQUIRED)
   include_directories(${OPENSSL_INCLUDE_DIR})
   #-lssl for backward compatibility with old openssl versions
   list(APPEND EXTERNAL_LIBS ${OPENSSL_LIBRARIES})
   list(APPEND EXTERNAL_LIBS ${OPENSSL_CRYPTO_LIBRARY})
   MESSAGE(STATUS "Found openssl version ${OPENSSL_VERSION}")
   if(USE_DBUS_IDENTIFIER)
       FIND_PACKAGE(Dbus REQUIRED)
       add_definitions(-DUSE_DBUS)