mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
[CMAKE]
Thomas Faber: - Properly Initialize OUTPUT_VARIABLE. svn path=/trunk/; revision=52918
This commit is contained in:
parent
df375f4411
commit
219d76ad86
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue