projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6148e5b
)
More verbose debug message
author
Tobias Markus
<tobbi@mozilla-uk.org>
Sat, 7 Mar 2015 13:28:40 +0000
(14:28 +0100)
committer
Tobias Markus
<tobbi@mozilla-uk.org>
Sat, 7 Mar 2015 13:28:40 +0000
(14:28 +0100)
external/squirrel/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/external/squirrel/CMakeLists.txt
b/external/squirrel/CMakeLists.txt
index
0651f2e
..
4a2afad
100644
(file)
--- a/
external/squirrel/CMakeLists.txt
+++ b/
external/squirrel/CMakeLists.txt
@@
-32,7
+32,7
@@
IF(PATCH_EXECUTABLE AND APPLY_COVERITY_PATCH)
# Execute patch files
FOREACH(file ${PATCH_FILES})
- MESSAGE(STATUS "Found
${file}
")
+ MESSAGE(STATUS "Found
patch file ${file}.
")
EXECUTE_PROCESS(COMMAND ${PATCH_COMMAND} ${CMAKE_CURRENT_SOURCE_DIR}/${file})
ENDFOREACH(file)