Remove redundant cmake dependencies (#3860)

This commit is contained in:
Adam J. Stewart
2017-04-16 12:23:26 -05:00
committed by GitHub
parent 675a67e2ca
commit cc747d6b6f
5 changed files with 0 additions and 9 deletions

View File

@@ -34,8 +34,6 @@ class Cppad(CMakePackage):
version('20170114', '565a534dc813fa1289764222cd8c11ea')
version('develop', git='https://github.com/coin-or/CppAD.git')
depends_on('cmake', type='build')
def cmake_args(self):
# This package does not obey CMAKE_INSTALL_PREFIX
args = [