Skip to content

Commit

Permalink
Revert "Transitively link static libs as well"
Browse files Browse the repository at this point in the history
This reverts commit 7f6ea7e.
  • Loading branch information
cpcloud committed Apr 8, 2017
1 parent 7f6ea7e commit 6bf432b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ endif()
############################################################

set(ARROW_LINK_LIBS
)
${BOOST_REGEX_LIBRARY})

set(ARROW_PRIVATE_LINK_LIBS
)
Expand Down Expand Up @@ -842,8 +842,7 @@ endif()
ADD_ARROW_LIB(arrow
SOURCES ${ARROW_SRCS}
SHARED_LINK_FLAGS ${ARROW_SHARED_LINK_FLAGS}
SHARED_LINK_LIBS ${BOOST_SHARED_REGEX_LIBRARY}
STATIC_LINK_LIBS ${BOOST_STATIC_REGEX_LIBRARY}
SHARED_LINK_LIBS ${ARROW_LINK_LIBS}
)

add_subdirectory(src/arrow)
Expand Down

0 comments on commit 6bf432b

Please sign in to comment.