Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cmake): Remove target compile defs for non-existing QML target
The target `mixxx-qml-lib` does not exist in the 2.4 branch. This is likely some left-over/copy-and-paste error. If you build with `-DQT6=ON` (and the `GITHUB_ACTIONS` environment variable set), this leads to the CMake error: CMake Error at CMakeLists.txt:2675 (target_compile_definitions): Cannot specify compile definitions for target "mixxx-qml-lib" which is not built by this project.
- Loading branch information