Merge branch 'rpi' of https://github.com/adrianiainlam/mouse-tracker-for-cubism into rpi
authorAdrian Iain Lam <adrianiainlam@users.noreply.github.com>
Wed, 28 Apr 2021 11:59:16 +0000 (12:59 +0100)
committerAdrian Iain Lam <adrianiainlam@users.noreply.github.com>
Wed, 28 Apr 2021 11:59:16 +0000 (12:59 +0100)
The CMake min version change was somehow missing in my local tree

CMakeLists.txt
build.sh
example/demo.patch

index 5f591f8..dc1bb34 100644 (file)
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.16)
+cmake_minimum_required(VERSION 3.13)
 
 project(MouseTrackerForCubism_project)
 
index 74c4d25..8d99c0f 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -3,4 +3,4 @@
 mkdir -p build && cd build
 
 cmake .. -D CMAKE_BUILD_TYPE=Release
-cmake --build . -j6
+cmake --build . -j 6
index e7d5114..10395d7 100644 (file)
@@ -1,7 +1,10 @@
 diff -pruN --exclude build ./demo_clean/CMakeLists.txt ./demo_dev/CMakeLists.txt
 --- ./demo_clean/CMakeLists.txt        2021-02-17 01:23:17.000000000 +0000
 +++ ./demo_dev/CMakeLists.txt  2021-04-28 12:32:48.468744883 +0100
-@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16)
+@@ -1,9 +1,9 @@
+-cmake_minimum_required(VERSION 3.16)
++cmake_minimum_required(VERSION 3.13)
  # Set app name.
  set(APP_NAME Demo)
  # Set directory paths.