|
@@ -9,7 +9,7 @@ add_executable(ccats-cli src/main.cpp src/iomanager.cpp src/machineiomanager.cpp
|
|
|
|
|
|
# use pkg-config to find readline as it doesnt provide cmake files
|
|
|
find_package(PkgConfig REQUIRED)
|
|
|
-pkg_check_modules(READLINE REQUIRED readline)
|
|
|
+pkg_check_modules(READLINE readline)
|
|
|
pkg_check_modules(JSONCPP REQUIRED jsoncpp)
|
|
|
|
|
|
find_package(Threads)
|