[Cmake-commits] [cmake-commits] david.cole committed GetPrerequisitesTest.cmake.in 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Sep 6 12:20:09 EDT 2008


Update of /cvsroot/CMake/CMake/Tests/CMakeTests
In directory public:/mounts/ram/cvs-serv31393/Tests/CMakeTests

Modified Files:
	GetPrerequisitesTest.cmake.in 
Log Message:
ENH: Add BundleUtilities.cmake and supporting changes to GetPrerequisites.cmake. Function copy_and_fixup_bundle in BundleUtilities helps to make standalone bundle applications on the Mac by pulling in prerequisite non-system libraries and frameworks as needed. Uses otool and install_name_tool to do analysis and fixups. Project-specific hooks for deciding where to embed libraries and for resolving item names into full path file names are also provided.


Index: GetPrerequisitesTest.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeTests/GetPrerequisitesTest.cmake.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** GetPrerequisitesTest.cmake.in	4 Mar 2008 13:18:34 -0000	1.1
--- GetPrerequisitesTest.cmake.in	6 Sep 2008 16:20:07 -0000	1.2
***************
*** 69,73 ****
  
    get_filename_component(cmake_bin_dir "${CMAKE_COMMAND}" PATH)
!   list_prerequisites_by_glob(GLOB "${cmake_bin_dir}/*" 0 0 1)
  endfunction(test_cmake_executables)
  
--- 69,73 ----
  
    get_filename_component(cmake_bin_dir "${CMAKE_COMMAND}" PATH)
!   list_prerequisites_by_glob(GLOB_RECURSE "${cmake_bin_dir}/*" 1 0 1)
  endfunction(test_cmake_executables)
  



More information about the Cmake-commits mailing list