1. 26 Apr, 2021 1 commit
    • lat9nq's avatar
      cmake: Only config Boost during find_package · 697a2c00
      lat9nq authored
      Without the CONFIG option, find_package will perform Module search. On
      at least Linux Mint 20 (I'm unable to reproduce this on CentOS and Arch
      Linux), my guess is that this causes CMake to find "dirty" modules that
      modify the configuration state despite the Boost version being too
      low/absent.
      
      Use CONFIG to put CMake into pure Config mode and avoid Module search.
      697a2c00
  2. 25 Apr, 2021 2 commits
  3. 24 Apr, 2021 7 commits
  4. 23 Apr, 2021 14 commits
  5. 22 Apr, 2021 4 commits
  6. 21 Apr, 2021 4 commits
  7. 20 Apr, 2021 7 commits
  8. 19 Apr, 2021 1 commit