Skip to content
  1. Apr 26, 2021
    • 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. Apr 25, 2021
  3. Apr 24, 2021
  4. Apr 23, 2021
  5. Apr 22, 2021
  6. Apr 21, 2021
  7. Apr 20, 2021
  8. Apr 19, 2021
Loading