Skip to content
  • Brad King's avatar
    FindBoost: Fix handling of \ in input paths (#14179) · 363825cd
    Brad King authored
    In commit 5b9149e0 (FindBoost: Overhaul caching and search repeat
    behavior, 2012-09-24) we refactored the internal library search to use a
    _Boost_FIND_LIBRARY macro to wrap around find_library calls.  However,
    CMake macros re-process escape sequences when evaluating calls inside
    the macro after substituting placeholders (a historical bug).  In order
    to avoid escape sequences, convert backslashes to forward slashes before
    passing arguments to the _Boost_FIND_LIBRARY macro.
    363825cd