[CMakeLists] ... and fix again

This commit is contained in:
Morten Borup Petersen 2022-10-06 13:27:54 +02:00
parent 0cb9bc2563
commit e271db5f4b
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ else()
endif()
if(CapnProto_FOUND)
message(STATUS "Found Cap'nProto at ${capnp_LIBDIR}.")
message(STATUS "Found Cap'nProto at ${CapnProto_DIR}.")
set(CMAKE_INSTALL_RPATH ${capnp_LIBDIR})
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
endif()