aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-04-04 19:29:09 +0000
committerGerald Combs <gerald@wireshark.org>2022-04-04 21:57:54 +0000
commit4f3017c000321d270701986553943ea40f0ce428 (patch)
tree9439844171836fd8f0f63fe490fd5114691c5524 /cmake/modules
parent23ed784ce1ad31666cffbc09ef8d9716e7cad552 (diff)
CMake: Add a jsoncpp include path.
Ubunutu (and presumably Debian) install jsoncpp's include files in /usr/include/jsoncpp/json.
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindSinsp.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/FindSinsp.cmake b/cmake/modules/FindSinsp.cmake
index ee5af28493..894e99bdb5 100644
--- a/cmake/modules/FindSinsp.cmake
+++ b/cmake/modules/FindSinsp.cmake
@@ -55,6 +55,7 @@ find_path(JSON_INCLUDE_DIR
NAMES json/json.h
HINTS "${SINSP_INCLUDEDIR}" "${SINSP_HINTS}/include"
/usr/include
+ /usr/include/jsoncpp
/usr/local/include
)