-
Notifications
You must be signed in to change notification settings - Fork 1k
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
CMake: misused variables from top level project #271
Comments
@AlexVeprev Hi, just tried master branch and CMake configuration and build passed without problems. Are you going to include these fixes into an official branch or should I just use master branch from now on? |
@arihannu, thank you for the verification! The fix should be available in onetbb_2021 with the next release (unfortunately I can't provide timeline for now). Generally the master branch should be updated more frequently than onetbb_2021. If you prefer to use official releases you can rely on onetbb_2021 and/or on tags v2021..., otherwise use master for the most recent sources. |
@AlexVeprev Then I think this issue can be closed. Thanks for the support. |
@arihannu found multiple CMake-related issues in scope of #207.
I'm moving them into separate issues for better tracking:
CMAKE_PROJECT_NAME
should be replaced withPROJECT_NAME
.CMAKE_CURRENT_SOURCE_DIR
instead ofCMAKE_SOURCE_DIR
.The text was updated successfully, but these errors were encountered: