There was an error while loading. Please reload this page.
1 parent 0db9511 commit 496094dCopy full SHA for 496094d
1 file changed
CMakeLists.txt
@@ -107,7 +107,7 @@ protocolnew("stable/xdg-shell" "xdg-shell" false)
107
protocolnew("staging/cursor-shape" "cursor-shape-v1" false)
108
protocolnew("stable/tablet" "tablet-v2" false)
109
110
-string(REPLACE "\"" "\\\"" GIT_COMMIT_MESSAGE_ESCAPED "${GIT_COMMIT_MESSAGE}")
+string(REPLACE "\"" "\\\\\"" GIT_COMMIT_MESSAGE_ESCAPED "${GIT_COMMIT_MESSAGE}")
111
target_compile_definitions(hyprpaper
112
PRIVATE "-DGIT_COMMIT_HASH=\"${GIT_COMMIT_HASH}\"")
113
target_compile_definitions(hyprpaper PRIVATE "-DGIT_BRANCH=\"${GIT_BRANCH}\"")
0 commit comments