Skip to content

Commit 68441d9

Browse files
committed
require LibAPR version 2.1.0
1 parent a9febd8 commit 68441d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR} ${HDF5_INCLUDE_DIRS} ${ZLIB_INCL
2222
# Find or build LibAPR
2323
###############################################################################
2424
if(PYAPR_PREFER_EXTERNAL_LIBAPR)
25-
find_package(APR)
25+
find_package(APR 2.1.0)
2626
if(APR_FOUND)
2727
message(STATUS "Found LibAPR - version ${APR_VERSION}")
2828
set(APR_LIBRARIES APR::staticLib)

0 commit comments

Comments
 (0)