summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-10-04 08:19:14 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-10-04 08:19:14 +0000
commit79b9d628ed958f8410f0d3335541cfa1b10d0506 (patch)
tree752aecda74422df8866cb25f7fab79538234aeef /CMakeLists.txt
parent5d7040b8558988d6c7b1b431548162953fc236a4 (diff)
parentc71757a513b4f83dae517db6fecd6ab1739a15de (diff)
Merge branch windows_warning_removal_vincent to fix warning level at 3 for Windows (level 4 is too verbose)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3929 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: fff76c74c6ccea48e3bba55fe929e58557c09b3e
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d61df992..76e5b528 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,8 +17,6 @@ set(GUDHI_CYTHON_PATH "src/cython")
include(GUDHI_third_party_libraries NO_POLICY_SCOPE)
include(GUDHI_compilation_flags)
-# Only for dev version
-add_cxx_compiler_flag("-pedantic")
# Add your new module in the list, order is not important
include(GUDHI_modules)