[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevplatform/plugins/classbrowser
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2009-07-12 23:32:10
Message-ID: 1247441530.842764.27524.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 995562 by apaku:

Extend workaround for Boost bug to anything larger than 1.36.1 (i.e.
1.37 and later) as 1.39 needs it too.

 M  +2 -2      CMakeLists.txt  


--- trunk/KDE/kdevplatform/plugins/classbrowser/CMakeLists.txt #995561:995562
@@ -7,9 +7,9 @@
 
 # workaround a boost bug in 1.37 and 1.38 that causes link failure when exceptions \
are disabled  # see https://svn.boost.org/trac/boost/ticket/2947 for details
-if( ${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_PATCH_VERSION} \
VERSION_EQUAL 1.37.0 OR \
${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_PATCH_VERSION} VERSION_EQUAL \
1.38.0 ) +if( ${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_PATCH_VERSION} \
VERSION_GREATER 1.36.1 )  add_definitions( ${KDE4_ENABLE_EXCEPTIONS} )
-endif( ${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_PATCH_VERSION} \
VERSION_EQUAL 1.37.0 OR \
${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_PATCH_VERSION} VERSION_EQUAL \
1.38.0 ) +endif( ${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_PATCH_VERSION} \
VERSION_GREATER 1.36.1 )  
 add_definitions( -DKDE_DEFAULT_DEBUG_AREA=9512 )
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic