diff options
author | Li Jin <dragon-fly@qq.com> | 2023-01-25 23:04:57 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2023-01-25 23:04:57 +0800 |
commit | dd8c5630488564f0c337f1a222e4aae057265b76 (patch) | |
tree | 65221110f62336fee8737cca73fb08c2b934f770 /CMakeLists.txt | |
parent | da1db43131e7dff4f74f59061fe704abd7564dd4 (diff) | |
download | yuescript-dd8c5630488564f0c337f1a222e4aae057265b76.tar.gz yuescript-dd8c5630488564f0c337f1a222e4aae057265b76.tar.bz2 yuescript-dd8c5630488564f0c337f1a222e4aae057265b76.zip |
remove typo.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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") | |||
132 | endif() | 132 | endif() |
133 | 133 | ||
134 | if(CMAKE_DL_LIBS) | 134 | if(CMAKE_DL_LIBS) |
135 | target_link() | ||
136 | SET(YUE_DEP_LIBS ${LUA_LIBRARIES} " dl") | 135 | SET(YUE_DEP_LIBS ${LUA_LIBRARIES} " dl") |
137 | else () | 136 | else () |
138 | SET(YUE_DEP_LIBS ${LUA_LIBRARIES}) | 137 | SET(YUE_DEP_LIBS ${LUA_LIBRARIES}) |