Skip to content

Commit

Permalink
Merge pull request #1533 from aybek/pxb-3210-trunk
Browse files Browse the repository at this point in the history
Trunk Fix PXB-3210: PXB fails to build on macOS since 8.0.33-28 due to FIND_PROCPS()
  • Loading branch information
aybek authored Dec 22, 2023
2 parents 32b2734 + 4544176 commit 520a4ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion storage/innobase/xtrabackup/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ OPTION(WITH_VERSION_CHECK "Build with version check" ON)
INCLUDE(${MYSQL_CMAKE_SCRIPT_DIR}/compile_flags.cmake)

FIND_GCRYPT()
FIND_PROCPS()

IF(NOT APPLE)
FIND_PROCPS()
ENDIF()

CHECK_TYPE_SIZE("unsigned long" SIZEOF_UNSIGNED_LONG)

Expand Down

0 comments on commit 520a4ad

Please sign in to comment.