Skip to content

Instantly share code, notes, and snippets.

@seifertm
Created February 19, 2015 10:32
Show Gist options
  • Save seifertm/27776cba8dfe430f8330 to your computer and use it in GitHub Desktop.
Save seifertm/27776cba8dfe430f8330 to your computer and use it in GitHub Desktop.
Patch to make Lunchbox-1.10.0 compatible with CMake 3.1.0
--- .gitexternals 2014-10-09 12:14:54.000000000 +0200
+++ .gitexternals 2015-02-19 11:10:35.137356600 +0100
@@ -1,2 +1,2 @@
# -*- mode: cmake -*-
-# CMake/common https://github.com/Eyescale/CMake.git 139ce7d
+# CMake/common https://github.com/Eyescale/CMake.git d3767a95e4ac87882b13c0a45d1bcfb96a329328
--- CMakeLists.txt 2015-02-19 11:13:11.446355999 +0100
+++ CMakeLists.txt 2015-02-19 11:17:50.190354927 +0100
@@ -26,11 +26,6 @@
include(Common)
-include(Buildyard)
-if(BUILDYARD_STOP)
- return()
-endif()
-
list(APPEND CPPCHECK_EXTRA_ARGS -DLB_GCC_4_1_OR_LATER=1)
if(LUNCHBOX_BUILD_V2_API)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment