From b2d940250c73e055a2eb82f51ac7d2e352623995 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 25 Nov 2019 14:52:44 +1100 Subject: Cleanup: remove unused CMake WITH_MOD_CLOTH_ELTOPO option --- build_files/cmake/macros.cmake | 3 --- 1 file changed, 3 deletions(-) (limited to 'build_files/cmake/macros.cmake') diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake index 4bc0565754c..7dff91bc2b2 100644 --- a/build_files/cmake/macros.cmake +++ b/build_files/cmake/macros.cmake @@ -534,9 +534,6 @@ function(setup_liblinks ) endif() endif() - if(WITH_MOD_CLOTH_ELTOPO) - target_link_libraries(${target} ${LAPACK_LIBRARIES}) - endif() if(WITH_LLVM) target_link_libraries(${target} ${LLVM_LIBRARY}) endif() -- cgit v1.2.3