$ cmake ..
-- Building for: Ninja
CMake Warning (dev) at CMakeLists.txt:13 (project):
cmake_minimum_required() should be called prior to this top-level project()
call. Please see the cmake-commands(7) manual for usage documentation of
both commands.
This warning is for project developers. Use -Wno-dev to suppress it.
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/msys64/mingw64/bin/cc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/msys64/mingw64/bin/c++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found OpenGL: opengl32
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
CMake Error at CMakeLists.txt:81 (find_package):
Could not find a package configuration file provided by "volk" with any of
the following names:
volkConfig.cmake
volk-config.cmake
Add the installation prefix of "volk" to CMAKE_PREFIX_PATH or set
"volk_DIR" to a directory containing one of the above files. If "volk"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
Currently, cmake configuration failed with: