File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ endif()
58
58
#endif()
59
59
60
60
# CMAKE_SYSTEM_PROCESSOR is broken on Windows with MSVC
61
- # cmake bug https://gitlab.kitware.com/cmake/cmake/-/issues/15170 still open in 2023/08
61
+ # cmake bug https://gitlab.kitware.com/cmake/cmake/-/issues/15170 still open in 2024/12
62
62
if (MSVC )
63
63
string (TOLOWER ${MSVC_CXX_ARCHITECTURE_ID} CMAKE_SYSTEM_PROCESSOR )
64
64
endif ()
71
71
find_package (Qt6 6.2 COMPONENTS Gui Widgets Network LinguistTools REQUIRED)
72
72
endif ()
73
73
74
- find_package (Drumstick 2.9 COMPONENTS RT Widgets REQUIRED)
74
+ find_package (Drumstick 2.10 COMPONENTS RT Widgets REQUIRED)
75
75
76
76
message (STATUS "VMPK v${PROJECT_VERSION}
77
77
install prefix: ${CMAKE_INSTALL_PREFIX}
Original file line number Diff line number Diff line change
1
+ 2024-12-21
2
+ * Release 0.9.1 preparations
3
+ building with msvc 2022 on Windows
4
+ using Drumstick 2.10
5
+
1
6
2024-12-06
2
7
* Fixed Qt style preferences ignored
3
8
You can’t perform that action at this time.
0 commit comments