Skip to content
New issue

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

Should Boost be lower case? #431

Closed
Sebanisu opened this issue Mar 2, 2021 · 3 comments
Closed

Should Boost be lower case? #431

Sebanisu opened this issue Mar 2, 2021 · 3 comments

Comments

@Sebanisu
Copy link
Contributor

Sebanisu commented Mar 2, 2021

NAMESPACE Boost

I linked to master branch and noticed my target_link_libraries was linked to boost::ut. Now it needs to be Boost::ut.

@Sebanisu
Copy link
Contributor Author

Sebanisu commented Mar 2, 2021

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.

@ClausKlein
Copy link
Contributor

see #430 (comment)

@Sebanisu
Copy link
Contributor Author

Sebanisu commented Mar 3, 2021

Okay thanks

@Sebanisu Sebanisu closed this as completed Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants