[Cmake-commits] [cmake-commits] david.cole committed CPack.cmake 1.42 1.43

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Mar 5 10:08:08 EST 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv29895/Modules

Modified Files:
	CPack.cmake 
Log Message:
STYLE: Use $ style variable dereference instead of @ style.


Index: CPack.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CPack.cmake,v
retrieving revision 1.42
retrieving revision 1.43
diff -C 2 -d -r1.42 -r1.43
*** CPack.cmake	23 Jan 2009 18:36:22 -0000	1.42
--- CPack.cmake	5 Mar 2009 15:08:03 -0000	1.43
***************
*** 779,783 ****
  cpack_set_if_not_set(CPACK_TOPLEVEL_TAG "${CPACK_SYSTEM_NAME}")
  
! cpack_set_if_not_set(CPACK_NSIS_DISPLAY_NAME "@CPACK_PACKAGE_INSTALL_DIRECTORY@")
  
  cpack_set_if_not_set(CPACK_OUTPUT_CONFIG_FILE
--- 779,783 ----
  cpack_set_if_not_set(CPACK_TOPLEVEL_TAG "${CPACK_SYSTEM_NAME}")
  
! cpack_set_if_not_set(CPACK_NSIS_DISPLAY_NAME "${CPACK_PACKAGE_INSTALL_DIRECTORY}")
  
  cpack_set_if_not_set(CPACK_OUTPUT_CONFIG_FILE



More information about the Cmake-commits mailing list