1. 27 Jul, 2020 5 commits
    • Eli Schwartz's avatar
      cmake: install pkg-config file relative to current_binary_dir · aa06a476
      Eli Schwartz authored
      When the testsuite is enabled, the "cmake_add_subdirectory" test
      adds a second copy of the project into the build configuration, and the
      project files are installed twice.
      
      This becomes super problematic when it tries to install a file from
      CMAKE_BINARY_DIR which is only available in CMAKE_CURRENT_BINARY_DIR
      and bombs out with the following error message:
      
      ```
      [...]
      -- Installing: <DESTDIR>/usr/lib/cmake/nlohmann_json/nlohmann_jsonTargets.cmake
      CMake Error at test/cmake_add_subdirectory/nlohmann_json/cmake_install.cmake:73 (file):
        file INSTALL cannot find
        "......./nlohmann-json/builddir/test/cmake_add_subdirectory/nlohmann_json.pc":
        No such file or directory.
      Call Stack (most recent call first):
        test/cmake_add_subdirectory/cmake_install.cmake:47 (include)
        test/cmake_install.cmake:49 (include)
        cmake_install.cmake:94 (include)
      ```
      aa06a476
    • Niels Lohmann's avatar
      Merge branch 'release/3.9.0' into develop · d34771ca
      Niels Lohmann authored
      d34771ca
    • Niels Lohmann's avatar
      🔖 set version to 3.9.0 · e110667d
      Niels Lohmann authored
      e110667d
    • Niels Lohmann's avatar
      📝 add more documentation · c006fc9b
      Niels Lohmann authored
      c006fc9b
    • Niels Lohmann's avatar
      🚧 add Clang-Tidy configuration · 84c0c768
      Niels Lohmann authored
      84c0c768
  2. 26 Jul, 2020 7 commits
  3. 25 Jul, 2020 15 commits
  4. 24 Jul, 2020 6 commits
  5. 23 Jul, 2020 7 commits