浏览代码

Not requiring on Genoot c:

anon 5 年之前
父节点
当前提交
edb0778bef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cli/CMakeLists.txt

+ 1 - 1
cli/CMakeLists.txt

@@ -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)