From a1975fc750d5755841111efb93d50ed3cdf1795d Mon Sep 17 00:00:00 2001 From: ackimixs Date: Fri, 19 Jan 2024 12:57:23 +0100 Subject: [PATCH] change cmake version --- CMakeLists.txt | 2 +- arucoDetector.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e05c100..7e082a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.27) +cmake_minimum_required(VERSION 3.25) project(detection_pot VERSION 1.0.0) set(CMAKE_CXX_STANDARD 17) diff --git a/arucoDetector.cpp b/arucoDetector.cpp index 00f569b..59cb22b 100644 --- a/arucoDetector.cpp +++ b/arucoDetector.cpp @@ -1,5 +1,3 @@ -#include - #include "utils/ArucoDetector.h" int main(int argc, char *argv[])