From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50450) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqdsh-0005wy-1p for guix-patches@gnu.org; Thu, 25 Jul 2019 09:34:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqdsf-0008Ie-Vq for guix-patches@gnu.org; Thu, 25 Jul 2019 09:34:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58008) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hqdsf-0008Ia-RV for guix-patches@gnu.org; Thu, 25 Jul 2019 09:34:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hqdsf-0004IL-N1 for guix-patches@gnu.org; Thu, 25 Jul 2019 09:34:01 -0400 Subject: [bug#36477] [PATCH 12/31] gnu: cmake: Extend CMAKE_PREFIX_PATH to non-native inputs. Resent-Message-ID: References: <20190708095913.3460-1-m.othacehe@gmail.com> <20190708095913.3460-13-m.othacehe@gmail.com> <877e8spgdt.fsf@devup.no> From: Mathieu Othacehe In-reply-to: <877e8spgdt.fsf@devup.no> Date: Thu, 25 Jul 2019 15:33:35 +0200 Message-ID: <87muh2i6hc.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: 36477@debbugs.gnu.org > Does this still do the right thing in a native context? My understanding is that in native context CMAKE_PREFIX_PATH will still have the same value and it will be augmented with inputs in a cross-build context. Mathieu