diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-11-04 13:09:43 +0100 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-11-04 13:09:43 +0100 |
| commit | 837d8336fb5323ff797cbcbce17a05a3838e051f (patch) | |
| tree | e66c50960e4d7fc9d8d4fc75623e1ae60b290ef7 /client | |
| parent | 98d37116f1dc542010b2d65dcda71871eeca8c87 (diff) | |
| download | cmix-837d8336fb5323ff797cbcbce17a05a3838e051f.tar.gz cmix-837d8336fb5323ff797cbcbce17a05a3838e051f.tar.bz2 cmix-837d8336fb5323ff797cbcbce17a05a3838e051f.zip | |
Sets default standards for all CXX and C libraries.
They can be indiviually be overridden when necessary.
Diffstat (limited to 'client')
| -rw-r--r-- | client/CMakeLists.txt | 10 |
1 files changed, 0 insertions, 10 deletions
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 |
