From 7a99285c750475a3c22f7e3bc992f43c1dd6518c Mon Sep 17 00:00:00 2001
From: Rafal Gumienny <guma44@gmail.com>
Date: Tue, 20 Mar 2018 11:02:23 +0100
Subject: [PATCH] fix: SCHWED-3128 Add ost.mol.alg to io dependencies

---
 modules/io/src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/io/src/CMakeLists.txt b/modules/io/src/CMakeLists.txt
index 13d6e3c6a..41ac18cc6 100644
--- a/modules/io/src/CMakeLists.txt
+++ b/modules/io/src/CMakeLists.txt
@@ -65,7 +65,7 @@ if (ENABLE_IMG)
 endif()
 ####################################
 
-set(OST_IO_DEPENDENCIES ost_base;ost_conop;ost_seq)
+set(OST_IO_DEPENDENCIES ost_base;ost_conop;ost_seq;ost_mol_alg)
 if (ENABLE_IMG)
   set(OST_IO_DEPENDENCIES ${OST_IO_DEPENDENCIES};ost_img;ost_img_alg)
 endif()
-- 
GitLab