Skip to content

Commit

Permalink
CMake: fix tirpc to be an external dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
soumagne committed Dec 19, 2024
1 parent a0d3ac8 commit 184d67b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ if(MERCURY_USE_XDR)
if(NOT HG_HAS_RPC_XDR_H AND NOT APPLE AND NOT WIN32)
find_package(TIRPC REQUIRED)
message(STATUS "TIRPC include directory: ${TIRPC_INCLUDE_DIRS}")
set(MERCURY_INT_INCLUDE_DEPENDENCIES
${MERCURY_INT_INCLUDE_DEPENDENCIES}
set(MERCURY_EXT_INCLUDE_DEPENDENCIES
${MERCURY_EXT_INCLUDE_DEPENDENCIES}
${TIRPC_INCLUDE_DIRS}
)
set(MERCURY_INT_LIB_DEPENDENCIES
${MERCURY_INT_LIB_DEPENDENCIES}
set(MERCURY_EXT_LIB_DEPENDENCIES
${MERCURY_EXT_LIB_DEPENDENCIES}
${TIRPC_LIBRARIES}
)
endif()
Expand Down

0 comments on commit 184d67b

Please sign in to comment.