Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/opennl/CMakeLists.txt')
-rw-r--r--intern/opennl/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/intern/opennl/CMakeLists.txt b/intern/opennl/CMakeLists.txt
index 7d6a579819e..f146a96928e 100644
--- a/intern/opennl/CMakeLists.txt
+++ b/intern/opennl/CMakeLists.txt
@@ -1,4 +1,3 @@
-# $Id$
# ***** BEGIN GPL LICENSE BLOCK *****
#
# This program is free software; you can redistribute it and/or
@@ -41,6 +40,7 @@ add_definitions(
set(INC
extern
superlu
+ ../../extern/colamd/Include
)
set(INC_SYS
@@ -49,7 +49,6 @@ set(INC_SYS
set(SRC
intern/opennl.c
- superlu/colamd.c
superlu/get_perm_c.c
superlu/heap_relax_snode.c
superlu/lsame.c
@@ -84,7 +83,6 @@ set(SRC
extern/ONL_opennl.h
superlu/superlu_sys_types.h
superlu/Cnames.h
- superlu/colamd.h
superlu/ssp_defs.h
superlu/supermatrix.h
superlu/util.h