Hi All, I was trying to build the osquery from the...
# general
s
Hi All, I was trying to build the osquery from the source and installing in the different directory in Ubuntu. It seems like CMAKE_PACKAGING_INSTALL_PREFIX is not used anywhere in the project. osquery CMake Warning: Manually-specified variables were not used by the project: _CMAKE_PACKAGING_INSTALL_PREFIX_ CMAKE _cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \_ _-DCPACK_GENERATOR=TGZ \_ _-DOSQUERY_PACKAGE_VERSION=5.2.3 \_ _-DOSQUERY_DATA_PATH=/home/vagrant/osquery/build/package_data \_ _-DCMAKE_INSTALL_PREFIX='/opt/hello' \_ _-DOSQUERY_SOURCE_DIRECTORY_LIST='osquery-src-path;osquery-build-path' \_ ../osquery-packaging Am i the only getting this?