You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Thanks for the amazing action, I am having a problem integrating it with my project though
By not providing "FindBoost.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Boost", but
CMake did not find one.
Could not find a package configuration file provided by "Boost" (requested
version 1.83) with any of the following names:
BoostConfig.cmake
boost-config.cmake
After looking at the existing closed issue #2 I added add_compile_definitions(BOOST_ALL_NO_LIB) to my cmake and still the same error.
The text was updated successfully, but these errors were encountered:
Hello!
Thanks for the amazing action, I am having a problem integrating it with my project though
After looking at the existing closed issue #2 I added
add_compile_definitions(BOOST_ALL_NO_LIB)
to my cmake and still the same error.The text was updated successfully, but these errors were encountered: