1. 16 Dec, 2020 1 commit
    • lat9nq's avatar
      cmake/conan: Conditionally add target Boost::context · 9b023a56
      lat9nq authored
      Addresses an issue with the two competing versions of Conan's Boost
      package that are currently floating around.
      
      Adds the Boost::context target only if it's recognized by CMake as a
      target.
      9b023a56
  2. 13 Dec, 2020 2 commits
    • bunnei's avatar
      Merge pull request #5193 from lat9nq/fix-conan-boost · c96930fd
      bunnei authored
      cmake: Fix generating CMake configs and linking with Boost
      c96930fd
    • lat9nq's avatar
      cmake: Fix generating CMake configs and linking with Boost · 292dd642
      lat9nq authored
      Fixes regression by 761206cf, causing
      yuzu to not build on Linux with any version of Boost except a cached
      1.73 Conan version from before about a day ago.
      
      Moves the Boost requirement out of the `REQUIRED_LIBS` psuedo-2D-array
      for Conan to instead be manually configured, using Conan as a fallback
      solution if the system does not meet our requirements.
      
      Requires any update from the linux-fresh container in order to build.
      
      **DO NOT MERGE** until someone with the MSVC toolchain can verify this
      works there, too.
      292dd642
  3. 12 Dec, 2020 9 commits
  4. 10 Dec, 2020 7 commits
  5. 09 Dec, 2020 12 commits
  6. 08 Dec, 2020 9 commits