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
Using this action to build python boost library i get the following error when running a cmake file with:
# boost
set(Boost_NO_SYSTEM_PATHS true)
set (Boost_USE_STATIC_LIBS OFF CACHE BOOL "use static libraries from Boost")
set (Boost_USE_MULTITHREADED ON)
set (BUILD_SHARED_LIBS ON)
find_package(Boost REQUIRED COMPONENTS python REQUIRED)
Using this action to build python boost library i get the following error when running a cmake file with:
Action Setup:
CMake can't find libraries: Could NOT find Boost (missing: python) (found version "1.78.0")
Is there anything i do wrong?
The text was updated successfully, but these errors were encountered: