[CMakeLists] Fix reported path of last commit

This commit is contained in:
Morten Borup Petersen 2022-10-06 10:41:35 +02:00
parent 8569992f57
commit 0cb9bc2563
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_PATH}.")
message(STATUS "Found Cap'nProto at ${capnp_LIBDIR}.")
set(CMAKE_INSTALL_RPATH ${capnp_LIBDIR})
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
endif()