From 804cf6b7cdc7be210200dd6dcfa1187dc0a56519 Mon Sep 17 00:00:00 2001 From: Ian Reinhart Geiser Date: Thu, 6 May 2021 12:11:21 -0400 Subject: [PATCH] Fix for #35 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c72748f..5e506b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,7 +91,7 @@ if(ENABLE_PERFORMANCE) add_subdirectory(performance/) endif() -target_compile_options(EventBus PUBLIC +target_compile_options(EventBus PRIVATE -Wall -pedantic -Wnon-virtual-dtor -Werror