test/v2: Resolve cmake link error regarding init_unit_test_suite#515
test/v2: Resolve cmake link error regarding init_unit_test_suite#515nigels-com wants to merge 1 commit intoboostorg:developfrom
Conversation
|
MS copilot says: The pull request "test/v2: Resolve cmake link error regarding init_unit_test_suite" addresses build issues experienced when building Boost 1.89.0 on Ubuntu 24.04 with testing enabled, specifically related to the
Overall, the fix is clear, resolves a previously reported issue, and is consistent with existing project practices for similar test files. The change should help users building with CMake and testing enabled. |
|
@nigels-com Fancy seeing you here :) I was hoping the fix was as simple as this. Thanks - hope you're doing well. |
Fix for boostorg/boost Issue #1033
I'd come across a problem building boost 1.89.0 on Ubuntu 24.04 (Noble) in
-DBUILD_TESTING=Ymode.Turned out the same had been reported previously as mentioned above.
This change resolves the problem for me, seems like the same as being done for
test/v1tests.Working build for boostorg/boost