aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 125550f..1181c3a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -132,7 +132,7 @@ elseif (${CMAKE_BUILD_TYPE} MATCHES "Release")
132endif() 132endif()
133 133
134if(CMAKE_DL_LIBS) 134if(CMAKE_DL_LIBS)
135 SET(YUE_DEP_LIBS ${LUA_LIBRARIES} " dl") 135 SET(YUE_DEP_LIBS ${LUA_LIBRARIES} " " dl)
136else () 136else ()
137 SET(YUE_DEP_LIBS ${LUA_LIBRARIES}) 137 SET(YUE_DEP_LIBS ${LUA_LIBRARIES})
138endif() 138endif()