Navigation



Ignore:
Timestamp:
Oct 16, 2012, 3:22:42 AM (12 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Similarly fix compilation for extensions plugins, it seems the CMake on OS X platform does not like unresolved symbols for modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_diameap/CMakeLists.txt

    r823 r840  
    4747FD_ADD_EXTENSION(app_diameap ${diameapsrc})
    4848
    49 TARGET_LINK_LIBRARIES(app_diameap ${GCRYPT_LIBRARY} ${MySQL_LIBRARY})
     49TARGET_LINK_LIBRARIES(app_diameap ${GCRYPT_LIBRARY} ${GNUTLS_LIBRARIES} ${MySQL_LIBRARY} )
    5050
    5151####
Note: See TracChangeset for help on using the changeset viewer.