Skip to content

Commit

Permalink
Use more meaningful variable names in helper code for package retriev…
Browse files Browse the repository at this point in the history
…al (#1106).
  • Loading branch information
dbrnz committed Nov 28, 2016
1 parent ad77040 commit e5665d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/common.cmake
Expand Up @@ -1328,8 +1328,8 @@ IF(EXISTS ${REAL_COMPRESSED_FILENAME})
FILE(WRITE ${RETRIEVAL_SCRIPT} \"# Archive is at ${REAL_COMPRESSED_FILENAME}
RETRIEVE_PACKAGE_FILE(\\$\\{RELATIVE_INSTALL_DIR\\}
${PACKAGE_NAME} \\$\\{${UC_PACKAGE_NAME}_VERSION\\} \$\{SHA1_VALUE\}
RETRIEVE_PACKAGE_FILE(\\$\\{RELATIVE_PROJECT_SOURCE_DIR\\}
${PACKAGE_NAME} \\$\\{${UC_PACKAGE_NAME}_SHORT_VERSION\\} \$\{SHA1_VALUE\}
CHECKED_FILES \\$\\{CHECKED_FILES\\}
SHA1_VALUES \$\{SHA1_VALUES\}
)\")
Expand Down

0 comments on commit e5665d9

Please sign in to comment.