mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
CPack: set variable commands in lower case
This commit is contained in:
+1
-1
@@ -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