diff --git a/CMakeLists.txt b/CMakeLists.txt index 327e11b983..ee50d5b8c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -159,7 +159,7 @@ find_package(Numpy REQUIRED) include_directories("${NUMPY_INCLUDE_DIR}") #compiler warnings -add_definitions ("-Wpedantic") +# add_definitions ("-Wpedantic") # Add JsonCpp Flag set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DJSON_IS_AMALGAMATION")