Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port mangos-woltk update boost system #51

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Port mangos-woltk update boost system #51

wants to merge 4 commits into from

Commits on Sep 10, 2018

  1. Update FindBoost.cmake to newest version.

    Resolves some issues with the newest boost library v1.65.1.
    
    Signed-off-by: ReyDonovan <[email protected]>
    0x2aff authored and ReyDonovan committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    3460a3a View commit details
    Browse the repository at this point in the history
  2. Updated FindBoost.cmake in order to support Boost version 1.66.

    Boost uses a new naming scheme for its generated library files with version 1.66,
    that also puts the the architecture (32 or 64) into the file's name to help
    choosing the right files.
    
    Closes #258
    
    Signed-off-by: ReyDonovan <[email protected]>
    DennisWG authored and ReyDonovan committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    45a5f19 View commit details
    Browse the repository at this point in the history
  3. Fix FindBoost version check This should fix boost library not found o…

    …n recent boost version (>1.64)
    
    Also updated included FindBoost module to use it for user with cmake version less than 3.11.3. (a way to not force them to update it, maybe remove that in the future.)
    
    Signed-off-by: ReyDonovan <[email protected]>
    cyberium authored and ReyDonovan committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    e63b2b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec3bf33 View commit details
    Browse the repository at this point in the history