packages: mark builddeps as type='build'

This commit is contained in:
Ben Boeckel
2016-08-15 10:45:19 -04:00
parent 483e4116c0
commit 0d17d90b29
6 changed files with 6 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ class BppCore(Package):
version('2.2.0', '5789ed2ae8687d13664140cd77203477')
depends_on('cmake')
depends_on('cmake', type='build')
def install(self, spec, prefix):
cmake('-DBUILD_TESTING=FALSE', '.', *std_cmake_args)