-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Merge 2.5 #14152
Merge 2.5 #14152
Conversation
It leads to failing tests when running mixxx-test directly
Remove warning introduced in mixxxdj#13339
(fix) Tracks: copy fix Ctrl+C
Allow to build with git "showSignature = true"
Introduce a changelog entry for 2.5.1
(Hopefully) fixes mixxxdj#14071
…ing-arg-call fix: Qt6.9 QString stricter .arg matching
… MIXXX_VCPKG_ROOT
Welcome Ubuntu Plucky Puffin; Good bye Mantic Minotaur
…ROOT Fix wrong access to ENV var MIXXX_VCPKG_ROOT instead of CMake setting MIXXX_VCPKG_ROOT
@@ -108,7 +108,7 @@ if(DEFINED MIXXX_VCPKG_ROOT) | |||
) | |||
# MIXXX_VCPKG_ROOT points to our vcpkg environment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code above needs to be:
EXISTS "{MIXXX_VCPKG_ROOT}/overlay/ports"
OR NOT EXISTS "{MIXXX_VCPKG_ROOT}/ports"
``
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for taking care.
@daschuer please check the fixup. |
Oh, I have also deleted the $ in my suggestion. Sorry. I when ahead and merged a fix directy. |
Just to let someone double-check the cmake changes.