https://github.com/osquery/osquery logo
#general
Title
# general
a

alessandrogario

09/21/2018, 9:29 PM
@leadZERO @Evgeny Sidorov https://alessandrogar.io/post/osquery-development-with-qtcreator-and-clion/ written with my bad english 🙂
👍 1
e

Evgeny Sidorov

09/23/2018, 6:29 PM
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

alessandrogario

09/24/2018, 12:26 AM
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

Evgeny Sidorov

09/24/2018, 6:57 PM
Oh, thanks! That worked! Thank you very much for your help!
a

alessandrogario

09/24/2018, 7:05 PM
👌
3 Views