From 6ecb3fc69ddafc4aeb18397555ac7e9cb2f7a4d9 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Mon, 17 Oct 2016 16:43:10 +0200 Subject: Fixes the build on clang Fixes an issue that was allowing targets that depend on libcmix-network to be build not using the c++11 standard. --- libcmix-network/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcmix-network/CMakeLists.txt b/libcmix-network/CMakeLists.txt index ee0f6e9..b58cef1 100644 --- a/libcmix-network/CMakeLists.txt +++ b/libcmix-network/CMakeLists.txt @@ -14,7 +14,7 @@ add_library(cmix-network ) target_compile_options(cmix-network - PRIVATE "-std=c++11" + PUBLIC "-std=c++11" ) target_include_directories(cmix-network -- cgit v1.2.3-70-g09d2