-
- Downloads
Fix build when nlohmann_json is not CMake-installed
When nlohmann_json is installed in other ways rather than by using the CMake setup included within the package, no CMake config file is installed for nlohmann_json; and so, it is not possible to use find_package( nlohmann_json ) in the CMake setup of our package. This commit fixes the build for the case, for example, when nohmann_json is installed by simply copying the single-header file into a system include folder as '/usr/local/include'.
Showing
- .gitlab-ci.yml 74 additions, 40 deletions.gitlab-ci.yml
- CMakeLists.txt 13 additions, 1 deletionCMakeLists.txt
- GXClashPointSystems/CMakeLists.txt 14 additions, 6 deletionsGXClashPointSystems/CMakeLists.txt
- GXClashPointSystems/src/GXClashPointSystem.cxx 18 additions, 13 deletionsGXClashPointSystems/src/GXClashPointSystem.cxx
- cmake/SetupJSON.cmake 59 additions, 0 deletionscmake/SetupJSON.cmake
cmake/SetupJSON.cmake
0 → 100644
Please sign in to comment
