Changeset 2280


Ignore:
Timestamp:
08/23/11 10:41:13 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Fixed build failure on Mac system.
Explicitly link boost_system that is necessary for new asdm2ASAP.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r2273 r2280  
    342342#
    343343set( boost_components python )
     344if( NOT STANDALONE )
     345  set( boost_components ${boost_components} system )
     346endif()
    344347find_package( Boost REQUIRED ${boost_components} )
    345348if( NOT Boost_FOUND )
Note: See TracChangeset for help on using the changeset viewer.