From c6ec96f9bebd29d89479fe4df662a9c3bf8562d9 Mon Sep 17 00:00:00 2001 From: Logan Chien Date: Sun, 17 May 2015 13:49:18 +0000 Subject: [PATCH] Code cleanup: Remove duplicated line. llvm-svn: 237542 --- libunwind/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/libunwind/CMakeLists.txt b/libunwind/CMakeLists.txt index f8a8cc8de5b9..b6a3d0d79a08 100644 --- a/libunwind/CMakeLists.txt +++ b/libunwind/CMakeLists.txt @@ -102,7 +102,6 @@ endif() option(LIBUNWIND_ENABLE_ASSERTIONS "Enable assertions independent of build mode." ON) option(LIBUNWIND_ENABLE_PEDANTIC "Compile with pedantic enabled." ON) option(LIBUNWIND_ENABLE_WERROR "Fail and stop if a warning is triggered." OFF) -option(LIBUNWIND_ENABLE_WERROR "Fail and stop if a warning is triggered." OFF) option(LIBUNWIND_ENABLE_SHARED "Build libunwind as a shared library." ON) set(LIBUNWIND_GCC_TOOLCHAIN "" CACHE STRING "GCC toolchain for cross compiling.")