From 02cb998b9cb2cd5ef36fe0b86781fc452a0d150e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 1 Feb 2019 17:16:01 +0100 Subject: Use common test for large files support. Drop hardcoded definition -D_LARGEFILE64_SOURCE. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- konqueror/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'konqueror') diff --git a/konqueror/CMakeLists.txt b/konqueror/CMakeLists.txt index 83d75d646..0c99b911c 100644 --- a/konqueror/CMakeLists.txt +++ b/konqueror/CMakeLists.txt @@ -16,11 +16,6 @@ if( NOT BUILD_LIBKONQ ) endif( NOT BUILD_LIBKONQ ) -add_definitions( - -D_LARGEFILE64_SOURCE -) - - add_subdirectory( client ) add_subdirectory( iconview ) add_subdirectory( listview ) -- cgit v1.2.1