From 7cc5498c34e7425cfbe4aa69645f1b3fccae4bb4 Mon Sep 17 00:00:00 2001 From: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com> Date: Mon, 19 Feb 2024 11:24:43 -0800 Subject: [PATCH] Update test/CMakeLists.txt Co-authored-by: Soren Ptak --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index cf30a4b25..06091317b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -14,7 +14,7 @@ if( NOT DEFINED CMAKE_C_STANDARD_REQUIRED ) set( CMAKE_C_STANDARD_REQUIRED ON ) endif() -# If no configuration is defined, turn everythin on. +# If no configuration is defined, turn everything on. if( NOT DEFINED COV_ANALYSIS AND NOT DEFINED UNITTEST ) set( COV_ANALYSIS TRUE ) set( UNITTEST TRUE )