From c43ecb347b50170c0ee614512eb424dcce719c91 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) --- kio/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'kio/CMakeLists.txt') diff --git a/kio/CMakeLists.txt b/kio/CMakeLists.txt index 2e84efcd8..d4dc7df48 100644 --- a/kio/CMakeLists.txt +++ b/kio/CMakeLists.txt @@ -9,10 +9,6 @@ # ################################################# -add_definitions( - -D_LARGEFILE64_SOURCE=1 -) - add_subdirectory( kssl ) add_subdirectory( kio ) add_subdirectory( bookmarks ) -- cgit v1.2.1