From aaf13de67f5c959bb79f8ac26e96e98bfa33c5e0 Mon Sep 17 00:00:00 2001 From: Fred Suter Date: Mon, 16 Sep 2024 01:20:36 -0400 Subject: [PATCH] find nlohmann_json --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c212f20..ab0fc47 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ find_package(SimGrid 3.35.1 REQUIRED) find_package(FSMod REQUIRED) find_package(nlohmann_json REQUIRED CONFIG - PATHS "/usr/lib/cmake/" + PATHS "/usr/lib/cmake/nhlomann_json" ) include_directories(