Skip to content

Commit

Permalink
Adding missing include for CMake FetchContent_Declare command
Browse files Browse the repository at this point in the history
  • Loading branch information
grabusr authored and TheAssassin committed Apr 25, 2024
1 parent 756fa6b commit 2544715
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ find_package(nlohmann_json)
if(NOT nlohmann_json_FOUND)
message(STATUS "nlohmann_json not found on system, fetching from GitHub")

include(FetchContent)
FetchContent_Declare(
nlohmann_json
GIT_REPOSITORY https://github.com/nlohmann/json
Expand Down

0 comments on commit 2544715

Please sign in to comment.