From 92d6a7e1b134ee44a06e13079c06bac6843f9379 Mon Sep 17 00:00:00 2001 From: Vadim Melnik Date: Fri, 13 Dec 2024 14:24:35 +0200 Subject: [PATCH] Move Capture to reprostim-videocapture, #116. --- src/reprostim-capture/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reprostim-capture/CMakeLists.txt b/src/reprostim-capture/CMakeLists.txt index 9faeb75..6a20074 100644 --- a/src/reprostim-capture/CMakeLists.txt +++ b/src/reprostim-capture/CMakeLists.txt @@ -1,7 +1,7 @@ -# CMakeLists.txt (Main Capture project) +# CMakeLists.txt (Main reprostim-capture project) cmake_minimum_required (VERSION 3.10) -project(Capture) +project(reprostim-capture) option(CTEST_ENABLED "Specify CTest build and run are enabled" ON)