COIN-OR::LEMON - Graph Library

Changeset 979:43a91b33f374 in lemon-main for CMakeLists.txt


Ignore:
Timestamp:
01/29/12 11:28:41 (12 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

Thread safe map construction and destruction (#223)

It currently support pthread and windows threads.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r976 r979  
    115115SET(LEMON_HAVE_LONG_LONG ${HAVE_LONG_LONG})
    116116
     117INCLUDE(FindThreads)
     118SET(LEMON_USE_PTHREAD ${CMAKE_USE_PTHREADS_INIT})
     119SET(LEMON_USE_WIN32_THREADS ${CMAKE_USE_WIN32_THREADS_INIT})
     120
    117121ENABLE_TESTING()
    118122
Note: See TracChangeset for help on using the changeset viewer.