projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2df7689
)
Removed -Wdocumentation compiler flag for clang
author
khizmax
<libcds.dev@gmail.com>
Mon, 16 Jan 2017 18:42:48 +0000
(21:42 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Mon, 16 Jan 2017 18:42:48 +0000
(21:42 +0300)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 6beb15a73c39db877de8cf6b1c79d9315ca1d9a2..bede664a63931d4c53efa214f1296e4f9402436d 100644
(file)
--- 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}")