Skip to content

Commit

Permalink
Fixed issues on linking against linunwind and removed maybe-non-exist…
Browse files Browse the repository at this point in the history
…ing option of Git command (vesoft-inc#522)
  • Loading branch information
laura-ding authored and dutor committed Jun 19, 2019
1 parent 13a849e commit c4374fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ find_package(Git)
if (GIT_FOUND AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")
execute_process(
COMMAND
${GIT_EXECUTABLE} -C ${CMAKE_CURRENT_SOURCE_DIR} rev-parse --short HEAD
${GIT_EXECUTABLE} rev-parse --short HEAD
OUTPUT_VARIABLE GIT_INFO_SHA
)
endif()
Expand Down Expand Up @@ -304,8 +304,8 @@ macro(nebula_link_libraries target)
${OPENSSL_CRYPTO_LIBRARY}
${KRB5_LIBRARIES}
${COMPRESSION_LIBRARIES}
${LIBUNWIND_LIBRARIES}
${JEMALLOC_LIB}
${LIBUNWIND_LIBRARIES}
dl
${GETTIME_LIB}
-pthread
Expand Down

0 comments on commit c4374fd

Please sign in to comment.