From c8d59bc24b85e9c0083af7bb8a15835eb2499499 Mon Sep 17 00:00:00 2001 From: Andreas Schenk <andreas_schenk@hms.harvard.edu> Date: Fri, 17 Apr 2015 10:35:27 -0400 Subject: [PATCH] fixed build dependencies in mol alg Author: Jeff Lovelace --- modules/mol/alg/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mol/alg/src/CMakeLists.txt b/modules/mol/alg/src/CMakeLists.txt index bc89272e0..8f2038f96 100644 --- a/modules/mol/alg/src/CMakeLists.txt +++ b/modules/mol/alg/src/CMakeLists.txt @@ -54,7 +54,7 @@ if (ENABLE_IMG) entity_to_density.cc ) - set(MOL_ALG_DEPS ${MOL_ALG_DEPS} ost_img ost_img_alg) + set(MOL_ALG_DEPS ${MOL_ALG_DEPS} ost_img ost_img_alg ost_seq_alg) endif() executable(NAME lddt SOURCES lddt.cc -- GitLab