From: khizmax Date: Mon, 16 Jan 2017 18:42:48 +0000 (+0300) Subject: Removed -Wdocumentation compiler flag for clang X-Git-Tag: v2.3.0~207 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=commitdiff_plain;h=b8826ce0ebd85696cb4440eb886e22fda94abf5d;hp=2df7689a705347fbcf69d5c1a8cdb88d9db23f88 Removed -Wdocumentation compiler flag for clang --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6beb15a7..bede664a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,10 +107,6 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang") endif() endif() -if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang" ) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wdocumentation") -endif() - set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -D_DEBUG") message("Build type -- ${CMAKE_BUILD_TYPE}")