We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d7664e + 841eebd commit def4cfcCopy full SHA for def4cfc
contrib/buildsystems/CMakeLists.txt
@@ -836,7 +836,7 @@ list(TRANSFORM git_perl_scripts PREPEND "${CMAKE_BINARY_DIR}/")
836
837
#install
838
foreach(program ${PROGRAMS_BUILT})
839
-if(${program} STREQUAL git OR ${program} STREQUAL git-shell)
+if(program STREQUAL "git" OR program STREQUAL "git-shell")
840
install(TARGETS ${program}
841
RUNTIME DESTINATION bin)
842
else()
0 commit comments