DimRochette
Results
1
comments of
DimRochette
We have similar error python3 boost-python 1.83 using python 3.11 here is our ugly workaround for debug link ```cmake if(VCPKG_TOOLCHAIN AND ${CMAKE_BUILD_TYPE} STREQUAL "Debug") if (UNIX) target_link_libraries(${PROJECT_NAME} PRIVATE python${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR}d.a) endif()...