From 2c78e08d19701a87bf639db90f18eaec36659e51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislav=20Angelovi=C4=8D?= Date: Sun, 6 Jan 2019 22:16:13 +0100 Subject: [PATCH] Remove warnings-related compiler options from CMakeLists (#31) --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f45305..41d2d0d 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,6 @@ set(SDBUSCPP_SRCS ${SDBUSCPP_CPP_SRCS} ${SDBUSCPP_HDR_SRCS} ${SDBUSCPP_PUBLIC_HD #------------------------------- set(CMAKE_CXX_STANDARD 17) -add_compile_options(-W -Wextra -Wall -Werror -pedantic) include_directories("${CMAKE_SOURCE_DIR}/include") include_directories("${CMAKE_SOURCE_DIR}/src")