src/CMakeLists.txt: fix a compilation warning about _BSD_SOURCE deprecation
authorAntonio Ospite <ao2@ao2.it>
Wed, 29 Jun 2016 17:32:29 +0000 (19:32 +0200)
committerAntonio Ospite <ao2@ao2.it>
Wed, 29 Jun 2016 17:32:29 +0000 (19:32 +0200)
commit2e84fd6b3f5aca431b34b4b8eda536f1cedec930
tree5fd84c0094f063e6359ea0fd3e6f8ba88f51ddd1
parentd57e41130a416372145184a8a495ba225a2825d8
src/CMakeLists.txt: fix a compilation warning about _BSD_SOURCE deprecation

Fix this warning from recent compilers:
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
src/CMakeLists.txt