Browse Source
* Bump minimum CMake revision to 2.8.12. The CMake position independent code handling was introduced in CMake 2.8.9 but 2.8.12 is current version in Ubuntu 14.04 LTS which is a very popular distro. * 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.pull/9/head
committed by
Wayne Stambaugh
2 changed files with 5 additions and 12 deletions
Loading…
Reference in new issue