From c2eddffb84e7b7c9f8c001d74f8e9c845687bcce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Fri, 1 Feb 2019 16:25:24 +0000 Subject: CMake: Fix DOCDIR on Unix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User guides are installed to doc/Wireshark. Use doc/wireshark instead. Remove leftover variable CPACK_PACKAGE_NAME. Change-Id: I9a1d6bdc7d8f0b48c61e43679285d5ba83904a63 Reviewed-on: https://code.wireshark.org/review/31851 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde --- codecs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codecs/CMakeLists.txt') diff --git a/codecs/CMakeLists.txt b/codecs/CMakeLists.txt index bf88244108..f46cabc96e 100644 --- a/codecs/CMakeLists.txt +++ b/codecs/CMakeLists.txt @@ -79,7 +79,7 @@ install(TARGETS wscodecs ) install(FILES ${WSCODECS_PUBLIC_HEADERS} - DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/${CPACK_PACKAGE_NAME}/codecs" + DESTINATION "${PROJECT_INSTALL_INCLUDEDIR}/codecs" ) CHECKAPI( -- cgit v1.2.3