Skip to content

Commit abd4dcf

Browse files
committed
Fix build metadata: vcpkg version and undefined summary variable
1 parent 88f23c7 commit abd4dcf

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ message(STATUS " Use system projectM-eval: ${ENABLE_SYSTEM_PROJECTM_EVAL}"
255255
if(ENABLE_SYSTEM_PROJECTM_EVAL)
256256
message(STATUS " projectM-eval version: ${projectM-Eval_VERSION}")
257257
endif()
258-
message(STATUS " Link UI with shared lib: ${ENABLE_SHARED_LINKING}")
259258
message(STATUS "")
260259
message(STATUS "Targets and applications:")
261260
message(STATUS "==============================================")

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "projectm",
3-
"version": "4.1.2",
3+
"version": "4.2.0",
44
"description": "projectM is an open-source project that reimplements the esteemed Winamp Milkdrop by Geiss in a more modern, cross-platform reusable library.",
55
"homepage": "https://github.com/projectM-visualizer/projectm",
66
"license": "LGPL-2.1-only",

0 commit comments

Comments
 (0)