Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid committed Sep 25, 2024
1 parent 2bfef51 commit 6a83fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/tools/SetupGit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ if(NOT GIT_DIFF_RESULT EQUAL 0)
return()
endif()

string(REPLACE "\n" ";" GIT_CHANGED_SOURCES ${GIT_DIFF})
string(REPLACE "\n" ";" GIT_CHANGED_SOURCES "${GIT_DIFF}")
list(TRANSFORM GIT_CHANGED_SOURCES PREPEND ${CWD}/)
list(LENGTH GIT_CHANGED_SOURCES GIT_CHANGED_SOURCES_COUNT)

0 comments on commit 6a83fe2

Please sign in to comment.