<@UCUGC6Y58> <@UC9UK6BC1> <https://alessandrogar.i...
# general
a
@leadZERO @Evgeny Sidorov https://alessandrogar.io/post/osquery-development-with-qtcreator-and-clion/ written with my bad english 🙂
👍 1
e
I set iip all the env variables and I'm getting the following cmake error
Copy code
CMake Error at config/CMakeLists.txt:33 (ADD_OSQUERY_LIBRARY):
  Unknown CMake command "ADD_OSQUERY_LIBRARY".
it's on
Copy code
cmake ../osquery
step
Did you encounter the same?
a
no, seems like you are missing some of the osquery files
maybe you are calling it against src/osquery/osquery?
if your build folder is inside the repo (i.e.: src/build then it's just "cmake ..")
e
Oh, thanks! That worked! Thank you very much for your help!
a
👌