File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 6565 ARROW_WITH_SNAPPY : ON
6666 ARROW_WITH_ZLIB : ON
6767 ARROW_WITH_ZSTD : ON
68- BOOST_SOURCE : BUNDLED
6968 CMAKE_CXX_STANDARD : " 17"
7069 CMAKE_GENERATOR : Ninja
7170 CMAKE_INSTALL_PREFIX : /usr
Original file line number Diff line number Diff line change @@ -1269,14 +1269,19 @@ else()
12691269endif ()
12701270
12711271if (ARROW_USE_BOOST)
1272+ message (status "-AL- ARROW_BOOST_USE_SHARED: ${ARROW_BOOST_USE_SHARED} " )
12721273 if (ARROW_BOOST_USE_SHARED)
12731274 # Find shared Boost libraries.
12741275 set (Boost_USE_STATIC_LIBS OFF )
12751276 set (BUILD_SHARED_LIBS_KEEP ${BUILD_SHARED_LIBS} )
12761277 set (BUILD_SHARED_LIBS ON )
1278+ message (status "-AL- ARROW_BOOST_USE_SHARED TEMP - Boost_USE_STATIC_LIBS: ${Boost_USE_STATIC_LIBS} "
1279+ )
12771280 else ()
12781281 # Find static boost headers and libs
12791282 set (Boost_USE_STATIC_LIBS ON )
1283+ message (status "-AL- NOT ARROW_BOOST_USE_SHARED TEMP - Boost_USE_STATIC_LIBS: ${Boost_USE_STATIC_LIBS} "
1284+ )
12801285 endif ()
12811286 if (ARROW_BOOST_REQUIRE_LIBRARY)
12821287 set (ARROW_BOOST_COMPONENTS filesystem)
You can’t perform that action at this time.
0 commit comments