From c71757a513b4f83dae517db6fecd6ab1739a15de Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Wed, 3 Oct 2018 08:04:21 +0000 Subject: Modify "-pedantic" compiler option management in order to be traced Modify windows warning level git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/windows_warning_removal_vincent@3926 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 1c6e61fb968b6b4072b86a520e2edf78aedf1ffa --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3