Skip to content
Snippets Groups Projects
Commit f3096cf9 authored by Jan Möbius's avatar Jan Möbius
Browse files

No rpath if build via OpenFlipper. We use the fixbundle for that

git-svn-id: http://www.openvolumemesh.org/svnrepo/OpenVolumeMesh/trunk@280 66977474-1d4b-4f09-8fe9-267525286df2
parent b6935c2b
Branches
Tags
No related merge requests found
cmake_minimum_required (VERSION 2.6)
set(CMAKE_MACOSX_RPATH 1)
if("${PROJECT_NAME}" STREQUAL "")
message("Setting project name to OpenVolumeMesh")
project (OpenVolumeMesh)
set(CMAKE_MACOSX_RPATH 1)
endif()
# add our macro directory to cmake search path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment