osquery-1/libraries
Stefano Bonicatti 668a1d86e6 CMake: Future proof Python finding mechanism (#6120)
CMake 3.16 doesn't set Python3_EXECUTABLE as cache variable anymore,
it has changed to _Python3_EXECUTABLE which is for internal use.
The module returns Python3_EXECUTABLE as a local variable,
so we share that value through a new custom cache variable,
OSQUERY_PYTHON_EXECUTABLE.
2019-12-11 22:32:08 -05:00
..
buck Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
cmake CMake: Future proof Python finding mechanism (#6120) 2019-12-11 22:32:08 -05:00
CMakeLists.txt Integrate cppcheck and clang-tidy within the CMake project (#5730) 2019-10-08 18:17:11 +02:00