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
ut/CMakeLists.txt
Line 138 in 1cc75c2
I linked to master branch and noticed my target_link_libraries was linked to boost::ut. Now it needs to be Boost::ut.
The text was updated successfully, but these errors were encountered:
enable_testing() include(FetchContent) FetchContent_Declare( ut GIT_REPOSITORY https://github.com/boost-ext/ut.git GIT_TAG origin/master ) FetchContent_MakeAvailable(ut)
This is how i'm linking to the master branch in my project. I was just trying it out as the latest version is a little older.
Sorry, something went wrong.
see #430 (comment)
Okay thanks
No branches or pull requests
ut/CMakeLists.txt
Line 138 in 1cc75c2
I linked to master branch and noticed my target_link_libraries was linked to boost::ut. Now it needs to be Boost::ut.
The text was updated successfully, but these errors were encountered: