← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH 2/4] Use CMake function for position independent code

 

Simon,

In the future, please don't bother modifying any of the
download_xxxxx.cmake files.  They are going away as soon as I can get
rid of them.  I'll commit this patch as is for now.

Thanks,

Wayne

On 12/1/2015 2:14 AM, Simon Richter wrote:
> 
> CMake provides a simple declarative statement to enable PIC, so no compiler
> dependent handling is required. There is also no need to tell Boost to
> build with -fPIC, their build system is smart enough.
> ---
>  CMakeLists.txt                    | 13 ++++---------
>  CMakeModules/download_boost.cmake |  2 --
>  2 files changed, 4 insertions(+), 11 deletions(-)
> 
> 
> 
> _______________________________________________
> 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
> 


References