Navigation


Changeset 845:5c4cf8d15ef0 in freeDiameter for CMakeLists.txt


Ignore:
Timestamp:
Oct 17, 2012, 4:10:14 AM (12 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Tags:
1.1.5-rc1
Message:

Well this time, I hope, should be the last fix to enable compilation on Darwin systems...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r814 r845  
    7575SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "-rdynamic")
    7676
     77# For Darwin systems
     78IF(APPLE)
     79   SET(CMAKE_SHARED_MODULE_CREATE_C_FLAGS "${CMAKE_SHARED_MODULE_CREATE_C_FLAGS} -flat_namespace -undefined suppress")
     80ENDIF(APPLE)
     81
    7782# Location for the include files
    7883INCLUDE_DIRECTORIES(include)
Note: See TracChangeset for help on using the changeset viewer.