From 201917d38504cac9291132ce71979d0d6bf6aae6 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sun, 22 May 2022 12:31:33 +0200 Subject: [PATCH] Warnings are now treated as errors --- GCryptLib/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GCryptLib/CMakeLists.txt b/GCryptLib/CMakeLists.txt index dba45a1..2e0a2bb 100644 --- a/GCryptLib/CMakeLists.txt +++ b/GCryptLib/CMakeLists.txt @@ -15,6 +15,8 @@ target_include_directories(${PROJECT_NAME} PRIVATE include ) +target_compile_options(${PROJECT_NAME} PRIVATE -Werror) + ######### # Tests # #########