Skip to content

Commit

Permalink
Fix a small mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
hedaoyuan committed Jul 13, 2017
1 parent 4a12e22 commit a7c7a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/generic.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ if(NOT APPLE AND NOT ANDROID)
find_package(Threads REQUIRED)
link_libraries(${CMAKE_THREAD_LIBS_INIT})
set(CMAKE_CXX_LINK_EXECUTABLE "${CMAKE_CXX_LINK_EXECUTABLE} -ldl -lrt")
endif(NOT APPLE)
endif(NOT APPLE AND NOT ANDROID)

function(merge_static_libs TARGET_NAME)
set(libs ${ARGN})
Expand Down

0 comments on commit a7c7a82

Please sign in to comment.