summaryrefslogtreecommitdiff
path: root/debian/patches/0140-Select_build_system.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0140-Select_build_system.patch')
-rw-r--r--debian/patches/0140-Select_build_system.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/patches/0140-Select_build_system.patch b/debian/patches/0140-Select_build_system.patch
new file mode 100644
index 0000000..c59b138
--- /dev/null
+++ b/debian/patches/0140-Select_build_system.patch
@@ -0,0 +1,7 @@
+Index: trunk/CMakeLists.txt
+===================================================================
+--- /dev/null
++++ trunk/CMakeLists.txt
+@@ -0,0 +1,2 @@
++cmake_minimum_required(VERSION 3.0)
++include(${CMAKE_CURRENT_SOURCE_DIR}/build/linux64/CMakeLists.txt)