From b7107bdf9d39fd267358e4d1c526112b8bc5b138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sun, 1 Oct 2017 21:13:09 +0100 Subject: CMake: Fix extcap plugin directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes a338f87f33559bb9c915a97b614987736d07ff8f. Change-Id: Ib1d36a43828bd5896b327e49693485288a536342 Reviewed-on: https://code.wireshark.org/review/23805 Reviewed-by: João Valverde --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e805b7568..0d34f81586 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1347,7 +1347,7 @@ if(ENABLE_EXTCAP) if (WIN32) set(EXTCAP_DIR "extcap") else () - set(EXTCAP_DIR "${CMAKE_INSTALL_LIBDIR}/${CPACK_PACKAGE_NAME}/extcap") + set(EXTCAP_DIR "${CMAKE_INSTALL_FULL_LIBDIR}/${CPACK_PACKAGE_NAME}/extcap") endif() endif() -- cgit v1.2.3