From 0cbcb8b7d59448474ba08de1a519f311c38d3fd9 Mon Sep 17 00:00:00 2001 From: Ivan Krylov Date: Thu, 13 Dec 2018 19:53:40 +0300 Subject: [PATCH] forgot to unreference the denoise.h from auxiliary/CMakeLists.txt --- auxiliary/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/auxiliary/CMakeLists.txt b/auxiliary/CMakeLists.txt index ba87b7b..51c836d 100644 --- a/auxiliary/CMakeLists.txt +++ b/auxiliary/CMakeLists.txt @@ -4,9 +4,7 @@ set(SOURCE_FILES denoise.c waux.c ) -set(HEADER_FILES denoise.h - waux.h -) +set(HEADER_FILES waux.h) add_library(wauxlib STATIC ${SOURCE_FILES} ${HEADER_FILES})