mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-15 05:51:07 -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}}")
|
set(value "${${var}}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
string(APPEND commands "\nSET(${var} \"${value}\")")
|
string(APPEND commands "\nset(${var} \"${value}\")")
|
||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user