Fix axom install target (#16613)

This commit is contained in:
Chris White 2020-05-12 16:57:25 -07:00 committed by GitHub
parent f43b7824ca
commit fdf38ec991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -512,4 +512,4 @@ def cmake_args(self):
@run_after('install')
def install_cmake_cache(self):
install(self._get_host_config_path(spec), prefix)
install(self._get_host_config_path(self.spec), prefix)