'Launch Github project with CMake on Windows

Found a GitHub project that runs on a Linux system. I want to adapt it for Windows. Thought I'd do it in Visual Studio. There is a file that I am trying to run in Visual Studio. I go: File -> Open -> CMake -> Open CMakeLists.txt -> A list of folders and projects is created on right. Output errors on terminal:

Description:
CMake Error at C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message):  Could NOT find Boost (missing: Boost_INCLUDE_DIR system  unit_test_framework) (Required is at least version "1.44.0")

File:
C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake 230

And on interface:

C++ IntelliSense information may be out of date generate the CMake cache to refresh.
Generate Settings

I attach an image. enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source