1. Apr 01, 2024
  2. Mar 26, 2024
  3. Mar 22, 2024
  4. Mar 16, 2024
  5. Mar 09, 2024
  6. Mar 08, 2024
  7. Dec 07, 2023
  8. Jun 28, 2023
  9. Mar 30, 2023
  10. Mar 29, 2023
    • Peter Tissen's avatar
      Remove unused ${SOURCE_DIR}/include include path · e7c9ef8e
      Peter Tissen authored
      The directory `${CMAKE_CURRENT_SOURCE_DIR}/include` is never created or used. Except in case of an in-source build but then  `${CMAKE_CURRENT_BINARY_DIR}/include` would be the same, so it would only duplicate the correct entry.
      
      Not sure if the intermediary `JANSSON__INCLUDE_DIRS` is still necessary but I thought I'd change as little as possible.
      
      The reason for eliminating this is that when you use CLion and sync into a docker container it will try to copy all include dirs back. Non-existant paths cause warnings every time.
      e7c9ef8e
  11. Jan 12, 2023
  12. Jan 10, 2023
  13. Aug 24, 2022
  14. Aug 23, 2022
  15. Aug 10, 2022
  16. May 03, 2022
  17. Apr 28, 2022