merging r15209 and r15208, patches from wjwwood for osx 64-bit
This commit is contained in:
parent
7510566e5b
commit
547d7554f3
|
@ -15,6 +15,8 @@ if(COMMAND cmake_policy)
|
|||
endif(POLICY CMP0011)
|
||||
endif(COMMAND cmake_policy)
|
||||
|
||||
set(CMAKE_OSX_ARCHITECTURES "x86_64")
|
||||
|
||||
##############################################################################
|
||||
# First things first: we must have rospack.
|
||||
find_program(ROSPACK_EXE NAMES rospack DOC "rospack executable")
|
||||
|
|
|
@ -7,6 +7,8 @@ endif()
|
|||
cmake_minimum_required(VERSION 2.4.6)
|
||||
set(CMAKE_BUILD_TYPE Release)
|
||||
|
||||
set(CMAKE_OSX_ARCHITECTURES "x86_64")
|
||||
|
||||
set(CMAKE_INSTALL_PREFIX /tmp/rospack)
|
||||
#set(CMAKE_INSTALL_RPATH_USE_LINK_RPATH true)
|
||||
#set(CMAKE_SKIP_BUILD_RPATH true)
|
||||
|
|
Loading…
Reference in New Issue