From ba81acfd42e9990f0e2a503e5ef46d6a78509a0c Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Mon, 23 Jun 2025 15:12:34 +0200 Subject: [PATCH 1/2] Do not reset project in tasks subdir. --- tasks/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasks/CMakeLists.txt b/tasks/CMakeLists.txt index 75208e86f..d1f36b254 100644 --- a/tasks/CMakeLists.txt +++ b/tasks/CMakeLists.txt @@ -1,6 +1,3 @@ -cmake_minimum_required(VERSION 3.15) -project(parallel_programming_course LANGUAGES C CXX) - message(STATUS "Student's tasks") # ——— Testing options ———————————————————————————————————————— From 20614cd822fc17abaedf1dff1292be06c58af942 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Mon, 23 Jun 2025 15:49:40 +0200 Subject: [PATCH 2/2] return project --- tasks/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/CMakeLists.txt b/tasks/CMakeLists.txt index d1f36b254..80a6f2936 100644 --- a/tasks/CMakeLists.txt +++ b/tasks/CMakeLists.txt @@ -1,3 +1,5 @@ +project(parallel_programming_course LANGUAGES C CXX) + message(STATUS "Student's tasks") # ——— Testing options ————————————————————————————————————————