diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-01-28 19:57:16 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-01-28 20:51:47 +0100 |
commit | ebf0115af1c52612e02fd8908b4240501bd34c60 (patch) | |
tree | f5e42f05757387e0931e29f8868f389bb2ae211f /tdeio/CMakeLists.txt | |
parent | 83e4c4d56c1bda0a7b925c8dccb971d7a3a12362 (diff) | |
download | tdelibs-ebf0115af1c52612e02fd8908b4240501bd34c60.tar.gz tdelibs-ebf0115af1c52612e02fd8908b4240501bd34c60.zip |
Use common test for large files support.
Drop hardcoded definition -D_LARGEFILE64_SOURCE=1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdeio/CMakeLists.txt')
-rw-r--r-- | tdeio/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tdeio/CMakeLists.txt b/tdeio/CMakeLists.txt index 0762a056f..c59b8a39d 100644 --- a/tdeio/CMakeLists.txt +++ b/tdeio/CMakeLists.txt @@ -9,10 +9,6 @@ # ################################################# -add_definitions( - -D_LARGEFILE64_SOURCE=1 -) - add_subdirectory( kssl ) add_subdirectory( tdeio ) add_subdirectory( bookmarks ) |