From 837d8336fb5323ff797cbcbce17a05a3838e051f Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Fri, 4 Nov 2016 13:09:43 +0100 Subject: Sets default standards for all CXX and C libraries. They can be indiviually be overridden when necessary. --- client/CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'client') diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index b8fa287..c457c16 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -5,16 +5,6 @@ add_executable(client cmixclient.hpp cmixclient.cpp ) -if(WIN32) - target_compile_options(client - PRIVATE "-std=gnu++11" - ) -else(WIN32) - target_compile_options(client - PRIVATE "-std=c++11" - ) -endif(WIN32) - target_link_libraries(client PRIVATE Boost::boost PRIVATE Boost::program_options -- cgit v1.2.3-70-g09d2