From 226594e9b3325d413eb84709944fbc73fe3b4943 Mon Sep 17 00:00:00 2001 From: angicque <antoine.a.gicquel@inria.fr> Date: Mon, 18 Sep 2023 14:22:30 +0200 Subject: [PATCH] Correction of a minor mistake 'check -> checks' in top-level CMakeLists.txt file --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4599882a6..dd67b14ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -202,7 +202,7 @@ message(STATUS "${CMAKE_PROJECT_NAME}_BUILD_TOOLS = ${${CMAKE_PROJECT_NAME}_BUIL if(${CMAKE_PROJECT_NAME}_BUILD_CHECK) # Build - Check - add_subdirectory(check) + add_subdirectory(checks) endif() # -- GitLab