kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #21805
Re: [PATCH 2/4] Use CMake function for position independent code
People are having trouble building kicad where they are building boost,
isn't it wrong to remove
- set( BOOST_CFLAGS "cflags=${PIC_FLAG}" )
- set( BOOST_CXXFLAGS "cxxflags=${PIC_FLAG}" )
because cmake will only set -fpic in CFLAGS but the entire cmake file
uses BOOST_CFLAGS and never passes the plain CFLAGS
Yes I know boost building is being removed eventually but right now its broken.
Follow ups
References