mirror of
https://github.com/reactos/CMake.git
synced 2025-01-21 02:45:05 +00:00
CPack: set variable commands in lower case
This commit is contained in:
parent
2ff906b34e
commit
cf0c25995d
@ -338,7 +338,7 @@ function(cpack_encode_variables)
|
||||
set(value "${${var}}")
|
||||
endif()
|
||||
|
||||
string(APPEND commands "\nSET(${var} \"${value}\")")
|
||||
string(APPEND commands "\nset(${var} \"${value}\")")
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user