Skip to content

Commit

Permalink
find nlohmann_json
Browse files Browse the repository at this point in the history
  • Loading branch information
frs69wq committed Sep 16, 2024
1 parent 5bebb8c commit 038e190
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ project(dtlmod VERSION 0.1 DESCRIPTION "Data Transport Layer Module")
include(GNUInstallDirs)
find_package(SimGrid 3.35.1 REQUIRED)
find_package(FSMod REQUIRED)
find_package(nlohmann_json REQUIRED)
find_package(nlohmann_json REQUIRED
CONFIG
PATHS "/usr/lib/cmake/"
)

include_directories(
${CMAKE_SOURCE_DIR}/include
Expand Down

0 comments on commit 038e190

Please sign in to comment.