Skip to content
Snippets Groups Projects

fix(Conan): Fix build from source and creation of packages

5 files
+ 67
28
Compare changes
  • Side-by-side
  • Inline
Files
5
################################################################################
# Copyright (c) 2021 ITK Engineering GmbH
# 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
################################################################################
################################################################################
# Install file for building OpenPASS with Conan
################################################################################
[requires]
openpass/0.8
[generators]
cmake
[imports]
. , * -> /home/<user>
Loading