aboutsummaryrefslogtreecommitdiff
path: root/liblog/CMakeLists.txt
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-11-04 13:09:43 +0100
committerDennis Brentjes <d.brentjes@gmail.com>2016-11-04 13:09:43 +0100
commit837d8336fb5323ff797cbcbce17a05a3838e051f (patch)
treee66c50960e4d7fc9d8d4fc75623e1ae60b290ef7 /liblog/CMakeLists.txt
parent98d37116f1dc542010b2d65dcda71871eeca8c87 (diff)
downloadcmix-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 'liblog/CMakeLists.txt')
-rw-r--r--liblog/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/liblog/CMakeLists.txt b/liblog/CMakeLists.txt
index 3ecce93..595c72c 100644
--- a/liblog/CMakeLists.txt
+++ b/liblog/CMakeLists.txt
@@ -13,10 +13,6 @@ target_compile_definitions(log
PUBLIC BOOST_LOG_DYN_LINK
)
-target_compile_options(log
- PRIVATE -std=c++11
-)
-
target_link_libraries(log
PRIVATE Boost::system
PUBLIC Boost::log