Fix conan-create makefile target

This commit is contained in:
2025-07-02 12:22:12 +02:00
parent 479cb01c6b
commit 77125ac34d

View File

@@ -62,8 +62,9 @@ viewcoverage: ## View the html coverage report
conan-create: ## Create the conan package
@echo ">>> Creating the conan package..."
conan create . --build=missing --pr:b=release -pr:h=release
conan create . --build=missing -pr:b=debug -pr:h=debug
conan create . --build=missing -tf "" -s:a build_type=Release
conan create . --build=missing -tf "" -s:a build_type=Debug -o "&:enable_testing=False"
@echo ">>> Done"