From 2ac75fc932c3cf0df33903516e04ee4502986fc5 Mon Sep 17 00:00:00 2001 From: leper Date: Wed, 9 Jan 2019 00:55:49 +0100 Subject: [PATCH] Remove duplicate link instruction. --- src/bc7/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bc7/CMakeLists.txt b/src/bc7/CMakeLists.txt index db7d4f9..566fe1f 100644 --- a/src/bc7/CMakeLists.txt +++ b/src/bc7/CMakeLists.txt @@ -23,5 +23,3 @@ SET(BC7_SRCS ADD_LIBRARY(bc7 STATIC ${BC7_SRCS}) TARGET_LINK_LIBRARIES(bc7 nvcore nvmath) - -TARGET_LINK_LIBRARIES(bc7 nvmath)