diff --git a/docs/developer/README-cmake.md b/docs/developer/README-cmake.md index 3abac2e11..1c6760226 100644 --- a/docs/developer/README-cmake.md +++ b/docs/developer/README-cmake.md @@ -49,24 +49,6 @@ ln -s /usr/bin/python3 $SOME_DIR/python export PATH=$SOME_DIR:$PATH ``` -Disable warnings as errors by running `git apply` on the following patch - -```patch -diff --git a/CMake/SkipCompiler.cmake b/CMake/SkipCompiler.cmake -index c8ab080..f61d73c 100644 ---- a/CMake/SkipCompiler.cmake -+++ b/CMake/SkipCompiler.cmake -@@ -52,7 +52,6 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang" OR - $<$:-g> - $<$:-DNDEBUG> - -Wall -- -Werror - -msse4.2 - -Wno-sign-compare - ) - -``` - ### OS X Install Homebrew