aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cmake.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb
index 583c3c565..a58c8dcd5 100644
--- a/Library/Formula/cmake.rb
+++ b/Library/Formula/cmake.rb
@@ -14,8 +14,7 @@ class Cmake <Formula
# http://www.cmake.org/Bug/view.php?id=11431
inreplace 'CMakeLists.txt',
"# Mention to the user what system libraries are being used.",
- "SET(CMAKE_USE_SYSTEM_XMLRPC 0)
- SET(CMAKE_USE_SYSTEM_LIBARCHIVE 0)"
+ "SET(CMAKE_USE_SYSTEM_LIBARCHIVE 0)"
system "./bootstrap", "--prefix=#{prefix}",
"--system-libs",