Skip to content

Commit

Permalink
Release 0.9.1 preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Dec 21, 2024
1 parent 6272245 commit 2c8ec1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ endif()
#endif()

# CMAKE_SYSTEM_PROCESSOR is broken on Windows with MSVC
# cmake bug https://gitlab.kitware.com/cmake/cmake/-/issues/15170 still open in 2023/08
# cmake bug https://gitlab.kitware.com/cmake/cmake/-/issues/15170 still open in 2024/12
if(MSVC)
string(TOLOWER ${MSVC_CXX_ARCHITECTURE_ID} CMAKE_SYSTEM_PROCESSOR)
endif()
Expand All @@ -71,7 +71,7 @@ else()
find_package(Qt6 6.2 COMPONENTS Gui Widgets Network LinguistTools REQUIRED)
endif()

find_package(Drumstick 2.9 COMPONENTS RT Widgets REQUIRED)
find_package(Drumstick 2.10 COMPONENTS RT Widgets REQUIRED)

message (STATUS "VMPK v${PROJECT_VERSION}
install prefix: ${CMAKE_INSTALL_PREFIX}
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-12-21
* Release 0.9.1 preparations
building with msvc 2022 on Windows
using Drumstick 2.10

2024-12-06
* Fixed Qt style preferences ignored

Expand Down

0 comments on commit 2c8ec1a

Please sign in to comment.