Skip to content

Commit

Permalink
Additional guarding
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Mar 2, 2025
1 parent e68b0e6 commit 910b1a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cmake/modules/branding/DetectBranding.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
set(CPACK_BRANDED_OUTPUT "${CMAKE_BINARY_DIR}/branding")
if(LMMS_DYNAMIC_BRANDING OR WANT_DYNAMIC_BRANDING)
# Variables prefixed with "CPACK_" will be available during packaging
set(CPACK_BRANDED_OUTPUT "${CMAKE_BINARY_DIR}/branding")
endif()

function(calculate_branding version_var type_var color_var status_var)
# Check for a suitable rebranding tools
Expand Down

0 comments on commit 910b1a4

Please sign in to comment.