[colobot] 33/145: Fix CMake warning when compiling on OSX

Didier Raboud odyx at moszumanska.debian.org
Mon Jul 11 12:56:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch debian/master
in repository colobot.

commit b5438c3ae4c09705a04974814cfd7b3fcf6cec00
Author: Piotr Dziwinski <piotrdz at gmail.com>
Date:   Sun Apr 3 11:34:08 2016 +1200

    Fix CMake warning when compiling on OSX
---
 CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c5edf93..72e2217 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -94,6 +94,8 @@ elseif("${CMAKE_SYSTEM_NAME}" MATCHES "Darwin")
 
     # Platform-dependent implementation of system.h
     set(SYSTEM_CPP_MODULE "system_macosx.cpp")
+    # To avoid CMake warning
+    set(CMAKE_MACOSX_RPATH 1)
 else()
     message(STATUS "Build for other system")
     set(PLATFORM_WINDOWS 0)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list