Skip to content

Commit

Permalink
Fixing pkgconfig name for tirpc
Browse files Browse the repository at this point in the history
  • Loading branch information
jholloc committed Oct 13, 2023
1 parent b574c0b commit fb17f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ if( LIBMEMCACHED_FOUND AND NOT NO_MEMCACHE )
endif()

if( TIRPC_FOUND )
set( PKGCONFIG_REQUIRES "${PKGCONFIG_REQUIRES} tirpc" )
set( PKGCONFIG_REQUIRES "${PKGCONFIG_REQUIRES} libtirpc" )
endif()

foreach( PKGCONFIG_FILE ${PKGCONFIG_FILES} )
Expand Down

0 comments on commit fb17f58

Please sign in to comment.