From 2c69f0c4af4bdb53302429065e5c5157d1ee82ea Mon Sep 17 00:00:00 2001 From: Nicolas Vasilache Date: Sat, 19 Feb 2022 16:09:20 +0100 Subject: [PATCH] Update README-cmake.md Disable seemingly outdated instruction, `-Werror` is not present around https://github.com/skiplang/skip/blob/master/CMake/SkipCompiler.cmake#L54 --- docs/developer/README-cmake.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/docs/developer/README-cmake.md b/docs/developer/README-cmake.md index 3abac2e1..1c676022 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