Skip to content
Snippets Groups Projects
  1. Feb 09, 2022
  2. Feb 08, 2022
  3. Feb 06, 2022
  4. Jan 21, 2022
  5. Aug 08, 2021
  6. Aug 07, 2021
  7. Jul 10, 2021
  8. Jun 30, 2021
  9. Jun 28, 2021
  10. Jun 22, 2021
  11. Jun 19, 2021
    • Björn Blissing's avatar
      Reverted to use of global BUILD_SHARED_LIBS option · 7b1b7ee1
      Björn Blissing authored
      This commit reverts back to exposing the global variable
      BUILD_SHARED_LIBS.
      
      Since building static libraries are the default for CMake
      (i.e. BUILD_SHARED_LIBS=OFF) the option to build both static and shared
      libraries were moved into a conditional option. So the option
      PUGIXML_BUILD_SHARED_AND_STATIC is now only visible when the global
      BUILD_SHARED_LIBS variable is set to ON.
      
      The change also prevents the case were the user first enables
      BUILD_SHARED_LIBS and then enables PUGIXML_BUILD_SHARED_AND_STATIC to
      then again disable BUILD_SHARED_LIBS.
      7b1b7ee1
    • Björn Blissing's avatar
      Use target_compile_definitions for custom defines · fc7928a4
      Björn Blissing authored
      Replace `add_definitions` with `target_compile_definitions` for
      specified targets. Multiple options are separated using the
      `separate_arguments` function, which converts any string using
      space-separated arguments into a semicolon-separated list.
      fc7928a4
  12. Jun 15, 2021
Loading