Skip to content

Commit 038e190

Browse files
committed
find nlohmann_json
1 parent 5bebb8c commit 038e190

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ project(dtlmod VERSION 0.1 DESCRIPTION "Data Transport Layer Module")
88
include(GNUInstallDirs)
99
find_package(SimGrid 3.35.1 REQUIRED)
1010
find_package(FSMod REQUIRED)
11-
find_package(nlohmann_json REQUIRED)
11+
find_package(nlohmann_json REQUIRED
12+
CONFIG
13+
PATHS "/usr/lib/cmake/"
14+
)
1215

1316
include_directories(
1417
${CMAKE_SOURCE_DIR}/include

0 commit comments

Comments
 (0)