I've installed the listed dependencies and receive the following error when configuring with CMake.
$ cmake -B build -DCMAKE_BUILD_TYPE=Release
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - 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: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found wxWidgets: -L/usr/lib/x86_64-linux-gnu;-pthread;;;-lwx_gtk3u_core-3.0;-lwx_baseu-3.0;-lwx_baseu_net-3.0;-lwx_gtk3u_html-3.0 (found suitable version "3.0.5", minimum required is "3")
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):
Could not find a package configuration file provided by "boost_regex"
(requested version 1.74.0) with any of the following names:
boost_regexConfig.cmake
boost_regex-config.cmake
Add the installation prefix of "boost_regex" to CMAKE_PREFIX_PATH or set
"boost_regex_DIR" to a directory containing one of the above files. If
"boost_regex" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component)
/usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package)
CMakeLists.txt:9 (find_package)
I've installed the listed dependencies and receive the following error when configuring with CMake.