mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[CMAKE]
Thomas Faber: - Properly Initialize OUTPUT_VARIABLE. svn path=/trunk/; revision=52918
This commit is contained in:
@@ -17,6 +17,7 @@ macro(inttohex INTVALUE OUTPUT_VARIABLE)
|
||||
endmacro()
|
||||
|
||||
macro(converttohex INTVALUE OUTPUT_VARIABLE)
|
||||
set(${OUTPUT_VARIABLE} "")
|
||||
set(REMAINING ${INTVALUE})
|
||||
while(REMAINING)
|
||||
math(EXPR REMAINDER "${REMAINING}%16")
|
||||
|
||||
Reference in New Issue
Block a user