From c71e5663be9277036736970ff86a5149f5ba3824 Mon Sep 17 00:00:00 2001 From: Andrea Ostuni Date: Fri, 26 Jan 2024 03:22:16 +0100 Subject: [PATCH] add source build of idynTree --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index f6cad478..dc6ee404 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -112,7 +112,7 @@ jobs: --cmake-args \ -GNinja \ -DIDYNTREE_USES_PYTHON:BOOL=ON \ - -DIDYNTREE_USES_IPOPT:BOOL=ON + -DIDYNTREE_USES_IPOPT:BOOL=ON \ -DCMAKE_BUILD_TYPE=Debug \ --merge-install