On 11.12.08 13:42:38, Mike Jackson wrote:
>
>
> Andreas Pakulat wrote:
>> On 11.12.08 11:38:38, Mike Jackson wrote:
>>> Up a bit further I see the culprit:
>>>
>>> IF ( WIN32 AND Boost_USE_STATIC_LIBS )
>>> SET (Boost_LIB_PREFIX "lib")
>>> ENDIF ( WIN32 AND Boost_USE_STATIC_LIBS )
>>>
>>> S
Andreas Pakulat wrote:
On 11.12.08 11:38:38, Mike Jackson wrote:
Up a bit further I see the culprit:
IF ( WIN32 AND Boost_USE_STATIC_LIBS )
SET (Boost_LIB_PREFIX "lib")
ENDIF ( WIN32 AND Boost_USE_STATIC_LIBS )
So I guess I need some logic in my own cmake files that says if Boost
w
On Thu, Dec 11, 2008 at 7:12 PM, Andreas Pakulat wrote:
> On 11.12.08 11:38:38, Mike Jackson wrote:
>> Up a bit further I see the culprit:
>>
>> IF ( WIN32 AND Boost_USE_STATIC_LIBS )
>> SET (Boost_LIB_PREFIX "lib")
>> ENDIF ( WIN32 AND Boost_USE_STATIC_LIBS )
>>
>> So I guess I need some
On 11.12.08 11:38:38, Mike Jackson wrote:
> Up a bit further I see the culprit:
>
> IF ( WIN32 AND Boost_USE_STATIC_LIBS )
> SET (Boost_LIB_PREFIX "lib")
> ENDIF ( WIN32 AND Boost_USE_STATIC_LIBS )
>
> So I guess I need some logic in my own cmake files that says if Boost
> was NOT found,
Up a bit further I see the culprit:
IF ( WIN32 AND Boost_USE_STATIC_LIBS )
SET (Boost_LIB_PREFIX "lib")
ENDIF ( WIN32 AND Boost_USE_STATIC_LIBS )
So I guess I need some logic in my own cmake files that says if Boost
was NOT found, set Boost_USE_STATIC_LIBS to TRUE and try again, only if
System: WinXP/ VS 2008 Express / CMake 2.6.2 / Boost 1.36.0 from BoostPro
Not sure what the intended behavior is here BUT I have ONLY installed
static libraries on WinXP for Boost. When I run CMake using the
following to find boost:
SET (Boost_FIND_REQUIRED TRUE)
SET (Boost_FIND_QUIETLY FALSE