Skip to content
  • Brad King's avatar
    FindBoost: Use PATH_SUFFIXES to look in "Program Files" · 5ec8a69c
    Brad King authored
    The CMake find_path command looks under the proper "Program Files"
    directories on Windows with any of the provided PATH_SUFFIXES.  This is
    simpler and more robust than directly reading ENV{ProgramFiles}.  Once
    Boost_INCLUDE_DIR has been located we already look next to it for the lib
    directory anyway, so we do not need special help to find Boost libraries
    under "Program Files".
    5ec8a69c