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)