-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake propblem with boost #945
Comments
It seems that the issue is caused by your environment. Here is my way to find boost on Azure build pipelines. Lines 134 to 152 in 6d6ff05
See |
@karimnorouzi I am by no means an expert on CMake build files and boost, but it seems that all libraries that can't be found are libraries that are not header-only, that is regular library (static or dynamic) is required. I would check if you have installed them. |
I get this weierd propblem with boost:
CMake Error at C:/.../cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find Boost (missing: system date_time log filesystem thread
program_options) (found suitable version "1.74.0", minimum required is
"1.74.0")
Call Stack (most recent call first):
C:/.../cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
C:/cmake-3.22.0-windows-x86_64/share/cmake-3.22/Modules/FindBoost.cmake:2360 (find_package_handle_standard_args)
CMakeLists.txt:139 (FIND_PACKAGE)
The text was updated successfully, but these errors were encountered: