summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Chien <tzuhsiang.chien@gmail.com>2015-05-17 13:49:18 +0000
committerLogan Chien <tzuhsiang.chien@gmail.com>2015-05-17 13:49:18 +0000
commit9444809b55f511e4c6453e2de403466d0ce03639 (patch)
tree0f30570a936f20e03ec2596ecd7c6619ce2bec93
parenta802ef422d0c2c660bc7ffb8982dd37d55ffe422 (diff)
downloadlibunwind_llvm-9444809b55f511e4c6453e2de403466d0ce03639.tar.gz
Code cleanup: Remove duplicated line.
git-svn-id: https://llvm.org/svn/llvm-project/libunwind/trunk@237542 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f8a8cc8..b6a3d0d 100644
--- a/CMakeLists.txt
+++ b/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.")