Skip to content

Commit

Permalink
!fixup maybe adding quotes around variable will let msvc build pass a…
Browse files Browse the repository at this point in the history
…t least?
  • Loading branch information
Veratil committed Jun 4, 2024
1 parent 0177752 commit e424d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/GigPlayer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if(LMMS_HAVE_GIG)
INCLUDE_DIRECTORIES(${GIG_INCLUDE_DIRS})
SET(CMAKE_AUTOUIC ON)

string(REPLACE "." ";" GIG_VERSION_LIST ${Gig_VERSION})
string(REPLACE "." ";" GIG_VERSION_LIST "${Gig_VERSION}")
list(LENGTH GIG_VERSION_LIST GIG_VERSION_LIST_LENGTH)
list(GET GIG_VERSION_LIST 0 GIG_VERSION_MAJOR)
list(GET GIG_VERSION_LIST 1 GIG_VERSION_MINOR)
Expand Down

0 comments on commit e424d0c

Please sign in to comment.