mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Merge pull request #276 from proller/build-boost
Dont build internal boost if USE_INTERNAL_BOOST_LIBRARY=FALSE
This commit is contained in:
commit
00706ad342
5
contrib/CMakeLists.txt
vendored
5
contrib/CMakeLists.txt
vendored
@ -1,6 +1,9 @@
|
||||
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-old-style-cast")
|
||||
|
||||
add_subdirectory (libboost)
|
||||
if (USE_INTERNAL_BOOST_LIBRARY)
|
||||
add_subdirectory (libboost)
|
||||
endif ()
|
||||
|
||||
add_subdirectory (libpoco)
|
||||
add_subdirectory (liblz4)
|
||||
add_subdirectory (libzstd)
|
||||
|
Loading…
Reference in New Issue
Block a user