Skip to content
  • Philip Lowman's avatar
    BUG: Removed some code which was squashing Boost_LIBRARIES on WIN32 under the... · c4e85549
    Philip Lowman authored
    BUG: Removed some code which was squashing Boost_LIBRARIES on WIN32 under the auspices of forcing the user to use autolinking, but it only did this squashing on the first call to FindBoost.  Subsequent calls to FindBoost would not have Boost_LIBRARIES squashed so this code was doing nothing.  If you link your target_link_libraries() against dynamic boost libraries it appears from tools like Dependency Walker that the pragma calls to autolink to the static boost libraries are ignored.  It's therefore too late to make this squash apply to all calls to FindBoost because that would break users that have not setup autolinking properly.   For now this fix is largely cosmetic since the original code never worked anyways (see version 1.5 introduced on 4/22/08).
    c4e85549