Skip to content

Commit

Permalink
Enabling all OSs
Browse files Browse the repository at this point in the history
  • Loading branch information
jholloc committed Oct 4, 2023
1 parent 13d7622 commit 3ceb46b
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 @@ -103,7 +103,7 @@ set( PKGCONFIG_REQUIRES fmt )

find_package( TIRPC QUIET )
if( TIRPC_FOUND )
set( PKGCONFIG_REQUIRES libtirpc )
set( PKGCONFIG_REQUIRES "${PKGCONFIG_REQUIRES} libtirpc" )
endif()

if( ENABLE_CAPNP )
Expand Down

0 comments on commit 3ceb46b

Please sign in to comment.