Skip to content
Snippets Groups Projects
Commit 741fbd31 authored by mkirsz's avatar mkirsz
Browse files

Json lib use git tag

parent e4fed438
No related branches found
No related tags found
No related merge requests found
Pipeline #52357 failed
...@@ -138,8 +138,8 @@ target_link_libraries(tadah.mlip PRIVATE gemmi::headers) ...@@ -138,8 +138,8 @@ target_link_libraries(tadah.mlip PRIVATE gemmi::headers)
FetchContent_Declare( FetchContent_Declare(
json json
URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz GIT_REPOSITORY https://github.com/nlohmann/json.git
DOWNLOAD_EXTRACT_TIMESTAMP true GIT_TAG v3.11.3
) )
FetchContent_MakeAvailable(json) FetchContent_MakeAvailable(json)
target_link_libraries(tadah.mlip PRIVATE nlohmann_json::nlohmann_json) target_link_libraries(tadah.mlip PRIVATE nlohmann_json::nlohmann_json)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment