Navigation


Changeset 823:f145c687c5f3 in freeDiameter


Ignore:
Timestamp:
Sep 13, 2012, 3:43:51 AM (12 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Add explicit requirement on libgcrypt for app_diameap.fdx, this lib no longer comes implicitely with gnutls in the core

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_diameap/CMakeLists.txt

    r438 r823  
    44# Find MySQL
    55FIND_PACKAGE(MySQL REQUIRED)
     6FIND_PACKAGE(Gcrypt REQUIRED)
    67INCLUDE_DIRECTORIES(${MySQL_INCLUDE_DIR})
    78
     
    4647FD_ADD_EXTENSION(app_diameap ${diameapsrc})
    4748
    48 TARGET_LINK_LIBRARIES(app_diameap ${MySQL_LIBRARY})
     49TARGET_LINK_LIBRARIES(app_diameap ${GCRYPT_LIBRARY} ${MySQL_LIBRARY})
    4950
    5051####
Note: See TracChangeset for help on using the changeset viewer.