From 5ddff9937c6c90bf2554636ecb71be455c8de6f0 Mon Sep 17 00:00:00 2001 From: Chris Cantwell Date: Sat, 11 Jun 2016 07:36:22 +0100 Subject: [PATCH] Fix missing package dependency for NekMesh utility. (cherry picked from commit 1abdbbf9ab190ec98aae7cb1341f14d0669fc076) --- pkg/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/CMakeLists.txt b/pkg/CMakeLists.txt index a6daf2282..4b84f586a 100644 --- a/pkg/CMakeLists.txt +++ b/pkg/CMakeLists.txt @@ -243,7 +243,7 @@ if (NEKTAR_BUILD_LIBRARY AND DPKG) DESCRIPTION " This package contains the mesh conversion utility and other utilities for converting output files into common visualisation formats" - DEPENDS "${NEK_DEP}" + DEPENDS "libnektar++-nekmeshutils (= ${NEKTAR_VERSION}), ${NEK_DEP}" INSTALL_BINS "${nektar++-utilities_BINS}") endif (NEKTAR_BUILD_UTILITIES) -- GitLab