Skip to content

Commit

Permalink
[eventCollector] fixed json not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentina Vasco authored Sep 24, 2022
1 parent 7241cdd commit 3369ed6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/eventCollector/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# All Rights Reserved.
# Authors: Valentina Vasco <valentina.vasco@iit.it> Alexandre Antunes <alexandre.gomespereira@iit.it>

find_package(JSONCPP)
find_package(PkgConfig REQUIRED)
pkg_check_modules(JSONCPP jsoncpp)
if(JSONCPP_FOUND)
project(eventCollector)

Expand Down

0 comments on commit 3369ed6

Please sign in to comment.