From 7194424fef52a7f93d2fd0ae5e5de8488749e7e6 Mon Sep 17 00:00:00 2001 From: Hank Anderson Date: Mon, 2 Feb 2015 15:21:29 -0600 Subject: [PATCH] Added missing common objects to the library. --- driver/others/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/driver/others/CMakeLists.txt b/driver/others/CMakeLists.txt index 10af485e9..a28cf1e79 100644 --- a/driver/others/CMakeLists.txt +++ b/driver/others/CMakeLists.txt @@ -44,7 +44,9 @@ add_library(COMMON_OBJS OBJECT #ifdef FUNCTION_PROFILE #COMMONOBJS += profile.$(SUFFIX) #endif -# + +list(APPEND DBLAS_OBJS "COMMON_OBJS") + #LIBOTHERS = libothers.$(LIBSUFFIX) # #ifeq ($(USE_OPENMP), 1) @@ -70,3 +72,6 @@ add_library(COMMON_OBJS OBJECT #else #HPLOBJS = memory.$(SUFFIX) xerbla.$(SUFFIX) parameter.$(SUFFIX) #endif + +set(DBLAS_OBJS ${DBLAS_OBJS} PARENT_SCOPE) # list append removes the scope from DBLAS_OBJS +