From 3f89eaf0d1c634dd10ca71385c6fc8602db07f05 Mon Sep 17 00:00:00 2001 From: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com> Date: Thu, 22 Feb 2024 01:06:16 +0000 Subject: [PATCH] Revert NDEBUG project vide change --- test/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 180f500..a1ddb31 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -73,9 +73,6 @@ if( COV_ANALYSIS ) # Build HTTP library target without logging target_compile_options(coverity_analysis PUBLIC -DNDEBUG ) - - # Remove inclusion of assert. - add_compile_definitions( NDEBUG=1 ) endif() # ==================================================================================================