Skip to content

Commit 3369ed6

Browse files
author
Valentina Vasco
authored
[eventCollector] fixed json not found
Reference: open-source-parsers/jsoncpp#455 (comment)
1 parent 7241cdd commit 3369ed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/eventCollector/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# All Rights Reserved.
33
# Authors: Valentina Vasco <[email protected]> Alexandre Antunes <[email protected]>
44

5-
find_package(JSONCPP)
5+
find_package(PkgConfig REQUIRED)
6+
pkg_check_modules(JSONCPP jsoncpp)
67
if(JSONCPP_FOUND)
78
project(eventCollector)
89

0 commit comments

Comments
 (0)