Navigation


Changeset 665:40d499a58376 in freeDiameter


Ignore:
Timestamp:
Jan 17, 2011 11:13:49 AM (2 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Message:

Small cleanup

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • freeDiameterd/CMakeLists.txt

    r658 r665  
    1010 
    1111# The link command 
    12 TARGET_LINK_LIBRARIES(freeDiameterd libfdproto libfdcore) 
     12TARGET_LINK_LIBRARIES(freeDiameterd libfdcore) 
    1313 
    1414#### 
  • include/freeDiameter/CMakeLists.txt

    r658 r665  
    6969 
    7070# LFDPROTO_LIBS = libraries required by the libfdproto. 
    71 SET(LFDPROTO_LIBS ${CLOCK_GETTIME_LIBS} ${CMAKE_THREAD_LIBS_INIT}) 
     71SET(LFDPROTO_LIBS ${CLOCK_GETTIME_LIBS} ${CMAKE_THREAD_LIBS_INIT} PARENT_SCOPE) 
    7272 
    7373 
     
    119119 
    120120# LFDCORE_LIBS = libraries required by the libfdcore 
    121 SET(LFDCORE_LIBS ${CMAKE_DL_LIBS} ${SCTP_LIBRARIES} ${GCRYPT_LIBRARY} ${GNUTLS_LIBRARIES}) 
     121SET(LFDCORE_LIBS ${CMAKE_DL_LIBS} ${SCTP_LIBRARIES} ${GCRYPT_LIBRARY} ${GNUTLS_LIBRARIES} PARENT_SCOPE) 
    122122 
    123123########################## 
     
    130130CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/freeDiameter-host.h.in ${CMAKE_CURRENT_BINARY_DIR}/freeDiameter-host.h) 
    131131 
    132 # Save some variables for the other directories 
    133 SET(LFDPROTO_LIBS ${LFDPROTO_LIBS} PARENT_SCOPE) 
    134 SET(LFDCORE_LIBS  ${LFDCORE_LIBS}  PARENT_SCOPE) 
    135 SET(CMAKE_THREAD_LIBS_INIT ${CMAKE_THREAD_LIBS_INIT} PARENT_SCOPE) 
    136  
    137132#### 
    138133## INSTALL section ## 
Note: See TracChangeset for help on using the changeset viewer.