kim-api: added paths for bash/zsh completion (#31691)

Co-authored-by: Hector Mtz-Seara <hector@gmail.com>
Co-authored-by: Ryan S. Elliott <relliott@umn.edu>
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
Co-authored-by: hseara <hseara@users.noreply.github.com>
This commit is contained in:
Hector Martinez-Seara
2024-01-31 20:42:59 +01:00
committed by GitHub
parent dafd8dbe87
commit e77678bd82

View File

@@ -49,3 +49,7 @@ def patch(self):
filter_file(
"-std=gnu", "", "examples/simulators/simulator-model-example/CMakeLists.txt"
)
def cmake_args(self):
args = [self.define("CMAKE_INSTALL_SYSCONFDIR", self.prefix.etc)]
return args