Page MenuHomePhabricator

find_package(Boost) fails on Windows
Closed, ResolvedPublic

Description

find_package(Boost) fails on Windows as the include directory contains the version as suffix. Removing the suffix will do the trick. Also, BOOST_INCLUDEDIR should be set as it is possible that we do not have dependencies to binary libraries of Boost (BOOST_LIBRARYDIR is already set).

Event Timeline

User kislinsk has pushed new remote branch:

bug-18824-BoostIncludeDir

User kislinsk has pushed new remote branch:

bug-18824-BoostWinIncludeDir

[57eb74]: COMP: Merge branch 'bug-18824-BoostWinIncludeDir'

Merged commits:

2015-03-12 10:33:12 Stefan Kislinskiy [62a0e5]
Fixed Boost include directory for Windows.