kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #21798
Re: PATCH: fix some include bugs
-
To:
Cirilo Bernardo <cirilo.bernardo@xxxxxxxxx>, KiCad Developers <kicad-developers@xxxxxxxxxxxxxxxxxxx>
-
From:
Maciej Sumiński <maciej.suminski@xxxxxxx>
-
Date:
Thu, 10 Dec 2015 10:05:20 +0100
-
Authentication-results:
spf=pass (sender IP is 188.184.36.50) smtp.mailfrom=cern.ch; lists.launchpad.net; dkim=none (message not signed) header.d=none;lists.launchpad.net; dmarc=bestguesspass action=none header.from=cern.ch;
-
In-reply-to:
<CAHBNN+N+OE5WwKjAwDSDqW=Jb7-vyNywOvoOtYHSnzMu9SU3fg@mail.gmail.com>
-
Spamdiagnosticmetadata:
NSPM
-
Spamdiagnosticoutput:
1:23
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
Hi Cirilo,
Should not it be 'GLM_INCLUDE_DIR' there?
Regards,
Orson
On 12/10/2015 02:09 AM, Cirilo Bernardo wrote:
> Some more header problems have been revealed by people building
> kicad since we switched to using the system's installed libglm.
> In many instances '#include <glm/glm.hpp>' only worked by
> coincidence - that is because the compiler has /usr/include in the
> search path and glm happened to be installed there. Local installs,
> whether system-wide or per-user, don't work. This patch adds
> the GLM include dir to the cvpcb and pcbnew CMakeLists.txt files
> to ensure that the glm directory can be found even when not installed in
> /usr/include.
>
> - Cirilo
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
Attachment:
signature.asc
Description: OpenPGP digital signature
Follow ups
References