From a26459f4ec595f68cd830f28df63a4a434676de7 Mon Sep 17 00:00:00 2001 From: mox Date: Thu, 27 Apr 2017 17:36:19 +0200 Subject: [PATCH] Changed compile options for i3ipcpp target to private, so code using it can use newer standards. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a34c5e2..404e9e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,7 @@ target_link_libraries(i3ipc++ ) target_compile_options(i3ipc++ - PUBLIC -std=c++11 -Wall -Wextra -Wno-unused-parameter + PRIVATE -std=c++11 -Wall -Wextra -Wno-unused-parameter ) target_compile_definitions(i3ipc++