From dd8c5630488564f0c337f1a222e4aae057265b76 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 25 Jan 2023 23:04:57 +0800 Subject: remove typo. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 13fec5b..125550f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -132,7 +132,6 @@ elseif (${CMAKE_BUILD_TYPE} MATCHES "Release") endif() if(CMAKE_DL_LIBS) - target_link() SET(YUE_DEP_LIBS ${LUA_LIBRARIES} " dl") else () SET(YUE_DEP_LIBS ${LUA_LIBRARIES}) -- cgit v1.2.3-55-g6feb