raja: fix recipe for old versions (#27591)
Raja didn't depend on camp prior to v0.12.0
This commit is contained in:

committed by
GitHub

parent
5eba5dc271
commit
6f8fd5b7a7
@@ -126,7 +126,8 @@ def initconfig_package_entries(self):
|
||||
entries = []
|
||||
|
||||
entries.append(cmake_cache_path("BLT_SOURCE_DIR", spec['blt'].prefix))
|
||||
entries.append(cmake_cache_path("camp_DIR", spec['camp'].prefix))
|
||||
if 'camp' in self.spec:
|
||||
entries.append(cmake_cache_path("camp_DIR", spec['camp'].prefix))
|
||||
entries.append(cmake_cache_option("BUILD_SHARED_LIBS", '+shared' in spec))
|
||||
entries.append(cmake_cache_option("ENABLE_EXAMPLES", '+examples' in spec))
|
||||
if spec.satisfies('@0.14.0:'):
|
||||
|
Reference in New Issue
Block a user