If someone would pin down the exact version of cmake where this available, I would appreciated it. My benchmark (Debian stable) is currently shipping with 3.7.2 although that seems like a pretty current version. I don't want to bump the cmake version too high and drop a bunch of linux distros that are using an older version of cmake
On 3/22/2018 11:39 AM, Seth Hillbrand wrote: > CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT is a relatively recent > addition to cmake. Maybe 3.7 or so? I'd hesitate using that in the > install script yet but maybe that's overly cautious. If you do use it, > we need to bump the minimum version at the top as well. > > -S > > > 2018-03-22 7:20 GMT-07:00 Wayne Stambaugh <[email protected] > <mailto:[email protected]>>: > > Looks fine to me but I would like one of our macos packagers to confirm > the install path changes that are specific to macos before we merge > them. > > On 3/22/2018 10:13 AM, Rene Pöschl wrote: > > Dear developers, > > > > we lib maintainers might be good at checking symbols and footprints > > against datasheets, the KLC and industry standards but we are a > bit lost > > with the requirements of installation scripts. > > > > Could one of you take a look at the changes in the following pull > requests? > > > > > > - https://github.com/KiCad/kicad-packages3D/pull/284 > <https://github.com/KiCad/kicad-packages3D/pull/284> > > > > - https://github.com/KiCad/kicad-symbols/pull/409 > <https://github.com/KiCad/kicad-symbols/pull/409> > > > > - https://github.com/KiCad/kicad-footprints/pull/450 > <https://github.com/KiCad/kicad-footprints/pull/450> > > > > > > _______________________________________________ > > Mailing list: https://launchpad.net/~kicad-developers > <https://launchpad.net/~kicad-developers> > > Post to : [email protected] > <mailto:[email protected]> > > Unsubscribe : https://launchpad.net/~kicad-developers > <https://launchpad.net/~kicad-developers> > > More help : https://help.launchpad.net/ListHelp > <https://help.launchpad.net/ListHelp> > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > <https://launchpad.net/~kicad-developers> > Post to : [email protected] > <mailto:[email protected]> > Unsubscribe : https://launchpad.net/~kicad-developers > <https://launchpad.net/~kicad-developers> > More help : https://help.launchpad.net/ListHelp > <https://help.launchpad.net/ListHelp> > > _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

