From 8c0c3263e282d95517f251b5c6e357f27e26d179 Mon Sep 17 00:00:00 2001 From: Elizabeth Fischer Date: Sat, 12 Nov 2016 23:26:40 -0500 Subject: Simplify the CMake build to make it more robust. (#2325) * Simplify the CMake build to make it more robust. * ncurses on by default. --- var/spack/repos/builtin/packages/cmake/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/cmake/package.py b/var/spack/repos/builtin/packages/cmake/package.py index 83a68fda07..93bdb72050 100644 --- a/var/spack/repos/builtin/packages/cmake/package.py +++ b/var/spack/repos/builtin/packages/cmake/package.py @@ -42,7 +42,7 @@ class Cmake(Package): version('3.0.2', 'db4c687a31444a929d2fdc36c4dfb95f') version('2.8.10.2', '097278785da7182ec0aea8769d06860c') - variant('ownlibs', default=False, description='Use CMake-provided third-party libraries') + variant('ownlibs', default=True, description='Use CMake-provided third-party libraries') variant('qt', default=False, description='Enables the build of cmake-gui') variant('doc', default=False, description='Enables the generation of html and man page documentation') variant('openssl', default=True, description="Enables CMake's OpenSSL features") -- cgit v1.2.3-60-g2f50