From commits-return-4594-archive-asf-public=cust-asf.ponee.io@celix.apache.org Tue Jan 30 20:29:50 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id A64EB180671 for ; Tue, 30 Jan 2018 20:29:49 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 96122160C54; Tue, 30 Jan 2018 19:29:49 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B52E1160C73 for ; Tue, 30 Jan 2018 20:29:48 +0100 (CET) Received: (qmail 63320 invoked by uid 500); 30 Jan 2018 19:29:47 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 61920 invoked by uid 99); 30 Jan 2018 19:29:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2018 19:29:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A6270E178C; Tue, 30 Jan 2018 19:29:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pnoltes@apache.org To: commits@celix.apache.org Date: Tue, 30 Jan 2018 19:30:33 -0000 Message-Id: <2ae351eaeb604b6e9f1eeb550e94a6dd@git.apache.org> In-Reply-To: <738f396660a54807b3c4b2699574eae1@git.apache.org> References: <738f396660a54807b3c4b2699574eae1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [49/54] [abbrv] celix git commit: CELIX-417: Fixes install location of the CelixConfig.cmake file, so that the CMake find_package will automatically find it CELIX-417: Fixes install location of the CelixConfig.cmake file, so that the CMake find_package will automatically find it Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/e08b428a Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/e08b428a Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/e08b428a Branch: refs/heads/develop Commit: e08b428a83863b22d84100440d1b0a5c70f933b5 Parents: 984b19f Author: Pepijn Noltes Authored: Tue Jan 30 12:20:32 2018 +0100 Committer: Pepijn Noltes Committed: Tue Jan 30 12:20:32 2018 +0100 ---------------------------------------------------------------------- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/e08b428a/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index 21117bb..0ad6145 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,4 +106,4 @@ configure_file(cmake/CelixConfigVersion.cmake.in install(FILES "cmake/CelixConfig.cmake" "${PROJECT_BINARY_DIR}/celix/gen/CelixConfigVersion.cmake" - DESTINATION "${CMAKE_INSTALL_LIBDIR}/CMake/Celix" COMPONENT cmake) + DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/Celix" COMPONENT cmake)