Skip to content
Snippets Groups Projects
  1. Sep 06, 2018
  2. Aug 09, 2018
  3. Jul 16, 2018
    • Guilherme Amadio's avatar
      Use all-keyword style in target_link_libraries() · fe4ffa75
      Guilherme Amadio authored
      When using builtin_openssl=ON, CMake erroneously exports the builtin
      static libraries in ROOTConfig-targets.cmake, which causes problems with
      dependent projects. In order to avoid this, we need Net and RHTTP to use
      SSL as a private dependency. Since CMake requires target_link_libraries()
      to either be all-plain (as before) or all-keyword (required to allow
      PRIVATE linking), we need to move the build system to use all-keyword
      linking only.
      
      Fixes: ROOT-9532
      fe4ffa75
  4. Jun 27, 2018
  5. Jun 05, 2018
  6. May 18, 2018
  7. May 17, 2018
  8. May 04, 2018
  9. May 03, 2018
  10. Apr 24, 2018
  11. Apr 19, 2018
Loading