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 Apr 22, 2024
1 parent 16d26a5 commit 2d35a86
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 @@ -2,7 +2,7 @@ if(LMMS_HAVE_GIG)
INCLUDE(BuildPlugin)
INCLUDE_DIRECTORIES(${GIG_INCLUDE_DIRS})

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 2d35a86

Please sign in to comment.