Skip to content
Snippets Groups Projects
  1. Mar 26, 2025
    • Administrator's avatar
      Fix warnings about duplicate libs when linking · 8324968b
      Administrator authored
      With XCode 15 and the Command Line Tools 15 the linker or the settings were
      changed such that on macosx one gets a warning about duplicate libraries when
      linking for several libraries and binaries.
      The fix simply suppress the warning when using XCode or CLT with a version
      equal or above 15.
      
      fix
      8324968b
  2. Mar 25, 2025
  3. Mar 21, 2025
  4. Mar 19, 2025
    • Administrator's avatar
      Fix several CMake warnings · a8b7cad5
      Administrator authored
      The exec_program fuction is deprecated use execute_process instead.
      Use the FindBoost config file which is installed by Boost instead of the CMake
      module.
      Fix one cmake_minimum_required version by defining also a maximum version.
      a8b7cad5
  5. Mar 18, 2025
  6. Mar 17, 2025
  7. Mar 14, 2025
  8. Mar 13, 2025
  9. Mar 12, 2025
  10. Mar 10, 2025
  11. Mar 09, 2025
  12. Mar 07, 2025
  13. Mar 06, 2025
Loading