Changeset 8129 for code/branches/kicklib/cmake
- Timestamp:
- Mar 26, 2011, 9:41:28 PM (14 years ago)
- Location:
- code/branches/kicklib
- Files:
-
- 2 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib
- Property svn:mergeinfo changed
/code/branches/mac_osx merged: 8083-8084,8090-8092,8114,8116,8125,8127-8128
- Property svn:mergeinfo changed
-
code/branches/kicklib/cmake/PackageConfigOSX.cmake
r8126 r8129 30 30 IF(NOT _INTERNAL_PACKAGE_MESSAGE) 31 31 MESSAGE(STATUS "Using library package for the dependencies.") 32 33 # The following shell script sets the appropriate install_names for our libraries 34 # and therefore it must be run before anything else is set, dep-package-wise. 35 EXECUTE_PROCESS( 36 COMMAND ${DEPENDENCY_PACKAGE_DIR}/install_dependencies.sh 37 WORKING_DIRECTORY ${DEPENDENCY_PACKAGE_DIR} 38 OUTPUT_FILE ${CMAKE_BINARY_DIR}/dep_pack_install_log.keep_me 39 ) 32 40 SET(_INTERNAL_PACKAGE_MESSAGE 1 CACHE INTERNAL "Do not edit!" FORCE) 33 41 ENDIF() … … 58 66 ENDIF() 59 67 60 # Xcode won't be able to run the toluabind code generation if we're using the dependency package61 #IF(DEPENDENCY_PACKAGE_ENABLE)62 # IF(${CMAKE_GENERATOR} STREQUAL "Xcode")63 # SET(ENV{DYLD_LIBRARY_PATH} ${DEPENDENCY_PACKAGE_DIR}/lib)64 # SET(ENV{DYLD_FRAMEWORK_PATH} ${DEPENDENCY_PACKAGE_DIR}/Library/Frameworks)65 # ENDIF(${CMAKE_GENERATOR} STREQUAL "Xcode")66 #ENDIF(DEPENDENCY_PACKAGE_ENABLE)67 68 68 ### INSTALL ### 69 69 70 70 # Tcl script library 71 71 # TODO: How does this work on OS X? 72 # Concerning all OS X install procedures: use CPACK 72 73 #INSTALL( 73 74 # DIRECTORY ${DEP_LIBRARY_DIR}/tcl/
Note: See TracChangeset
for help on using the changeset viewer.