Skip to content

Commit

Permalink
replace missed 1.72 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stoty committed Mar 9, 2025
1 parent 33b9f53 commit 075d2cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BUILDING.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Requirements:
* Unix System
* JDK 1.8
* Maven 3.3 or later
* Boost 1.72 (if compiling native code)
* Boost 1.86.0 (if compiling native code)
* Protocol Buffers 3.21.12 (if compiling native code)
* CMake 3.19 or newer (if compiling native code)
* Zlib devel (if compiling native code)
Expand Down Expand Up @@ -526,7 +526,7 @@ Requirements:
* Windows 10
* JDK 1.8
* Maven 3.0 or later (maven.apache.org)
* Boost 1.72 (boost.org)
* Boost 1.86.0 (boost.org)
* Protocol Buffers 3.21.12 (https://github.com/protocolbuffers/protobuf/tags)
* CMake 3.19 or newer (cmake.org)
* Visual Studio 2019 (visualstudio.com)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
#

find_package(Boost 1.72 COMPONENTS program_options REQUIRED)
find_package(Boost 1.86 COMPONENTS program_options REQUIRED)

# Default LIBHDFSPP_DIR to the default install location. You can override
# it by add -DLIBHDFSPP_DIR=... to your cmake invocation
Expand Down

0 comments on commit 075d2cc

Please sign in to comment.