Skip to content

Commit 2544715

Browse files
grabusrTheAssassin
authored andcommitted
Adding missing include for CMake FetchContent_Declare command
1 parent 756fa6b commit 2544715

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ find_package(nlohmann_json)
1919
if(NOT nlohmann_json_FOUND)
2020
message(STATUS "nlohmann_json not found on system, fetching from GitHub")
2121

22+
include(FetchContent)
2223
FetchContent_Declare(
2324
nlohmann_json
2425
GIT_REPOSITORY https://github.com/nlohmann/json

0 commit comments

Comments
 (0)