osquery-1/libraries
Stefano Bonicatti 7d1d486c1e Fix git command not found after first configure (#5880)
During the first configuration, the git command is searched
when submodules are initialized and it's then saved into a cache variable.
If though we delete the build folder and run configure again,
the submodules won't be initialized again, so the git command
won't be cached and visible to CMake.
Therefore we need to search for it each time.

Cleanup dead/deprecated code.
2019-10-11 23:31:31 +02:00
..
buck Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
cmake Fix git command not found after first configure (#5880) 2019-10-11 23:31:31 +02:00
CMakeLists.txt Integrate cppcheck and clang-tidy within the CMake project (#5730) 2019-10-08 18:17:11 +02:00