mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-14 05:20:50 -05:00
CPack: set variable commands in lower case
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user