From 1434d41c7517c973992a815df4372bae4e56129f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 28 Jan 2019 19:57:16 +0100 Subject: Use common test for large files support. Drop hardcoded definition -D_LARGEFILE64_SOURCE=1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit ebf0115af1c52612e02fd8908b4240501bd34c60) --- tdeio/CMakeLists.txt | 4 ---- tdeio/misc/CMakeLists.txt | 4 ---- 2 files changed, 8 deletions(-) (limited to 'tdeio') 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 ) diff --git a/tdeio/misc/CMakeLists.txt b/tdeio/misc/CMakeLists.txt index 64004dbcc..fc145ee87 100644 --- a/tdeio/misc/CMakeLists.txt +++ b/tdeio/misc/CMakeLists.txt @@ -17,10 +17,6 @@ add_subdirectory( tdefile ) add_subdirectory( tdewalletd ) add_subdirectory( tdentlm ) -add_definitions( - -D_LARGEFILE64_SOURCE -) - include_directories( ${TQT_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR} -- cgit v1.2.1