From b7c698cde80323252a92d0c5740991649319b462 Mon Sep 17 00:00:00 2001 From: Oliver Hahn Date: Thu, 25 Nov 2021 13:42:25 +0000 Subject: [PATCH] bitbucket-pipelines.yml edited online with Bitbucket --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 944a914..dd36796 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -20,7 +20,7 @@ pipelines: - apt-get install gfortran -qq -y - gcc --version # Install a CMake 3.0.2 version. - - apt-get install cmake -y --force-yes + - apt-get install cmake pkg-config cmake-data -y --force-yes # Print the CMake version. - cmake --version # Install the necessary libraries