]> git.donarmstrong.com Git - bamtools.git/commit
Fixed -fPIC issue for CentOS users.
authorderek <derekwbarnett@gmail.com>
Thu, 23 Jun 2011 19:35:35 +0000 (15:35 -0400)
committerderek <derekwbarnett@gmail.com>
Thu, 23 Jun 2011 19:35:35 +0000 (15:35 -0400)
commit36187632f41f7f995580c35657ceaeaf2c47aa7a
treee68c0e1b4db9148b7fe77b421c52092667cae039
parentdc7614e9c8eb07be5d9ba80a67ce7cc2ac7e709e
Fixed -fPIC issue for CentOS users.

 * Forced compiler flag that was not being automatically set by CMake on
that OS. Had previously set this on API library. Got feedback that it
worked there, so I added the flag to Utils & JsonCPP libs as well.
src/api/CMakeLists.txt
src/third_party/jsoncpp/CMakeLists.txt
src/utils/CMakeLists.txt