Skip to content

Commit 2c8ec1a

Browse files
committed
Release 0.9.1 preparations
1 parent 6272245 commit 2c8ec1a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ endif()
5858
#endif()
5959

6060
# 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
6262
if(MSVC)
6363
string(TOLOWER ${MSVC_CXX_ARCHITECTURE_ID} CMAKE_SYSTEM_PROCESSOR)
6464
endif()
@@ -71,7 +71,7 @@ else()
7171
find_package(Qt6 6.2 COMPONENTS Gui Widgets Network LinguistTools REQUIRED)
7272
endif()
7373

74-
find_package(Drumstick 2.9 COMPONENTS RT Widgets REQUIRED)
74+
find_package(Drumstick 2.10 COMPONENTS RT Widgets REQUIRED)
7575

7676
message (STATUS "VMPK v${PROJECT_VERSION}
7777
install prefix: ${CMAKE_INSTALL_PREFIX}

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2024-12-21
2+
* Release 0.9.1 preparations
3+
building with msvc 2022 on Windows
4+
using Drumstick 2.10
5+
16
2024-12-06
27
* Fixed Qt style preferences ignored
38

0 commit comments

Comments
 (0)