We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See the logs:
CMake Error at E:/Program Files/CMake/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:218 (message): Could NOT find Boost (missing: unit_test_framework system filesystem) (found version "1.55.0") Call Stack (most recent call first): E:/Program Files/CMake/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:577 (_FPHSA_FAILURE_MESSAGE) E:/Program Files/CMake/share/cmake-3.19/Modules/FindBoost.cmake:2187 (find_package_handle_standard_args) test/CMakeLists.txt:1 (find_package)
I can't generate solution files for VS 2019, Anyone knows how to solve this? I have boost 1.55 in another folder, I think I set the directory right
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See the logs:
CMake Error at E:/Program Files/CMake/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:218 (message):
Could NOT find Boost (missing: unit_test_framework system filesystem)
(found version "1.55.0")
Call Stack (most recent call first):
E:/Program Files/CMake/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:577 (_FPHSA_FAILURE_MESSAGE)
E:/Program Files/CMake/share/cmake-3.19/Modules/FindBoost.cmake:2187 (find_package_handle_standard_args)
test/CMakeLists.txt:1 (find_package)
I can't generate solution files for VS 2019, Anyone knows how to solve this?
I have boost 1.55 in another folder, I think I set the directory right
The text was updated successfully, but these errors were encountered: