This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch debian/master in repository openjk.
commit a0828f06e0181c62e110f2f78d30acb5036b4113 Author: Alex Nordlund <[email protected]> Date: Fri Aug 11 11:59:04 2017 +0100 Sets OS X target version to 10.9 #935 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f14230d..d3e4798 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,7 @@ #============================================================================ cmake_minimum_required(VERSION 2.8.9) +set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version") # For checks in subdirectories set(InOpenJK TRUE) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

