From 6ebff397515bf153ea95d7e80d21ca9a0f97708d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 11 Jun 2015 02:43:21 +0200 Subject: Improve ACL detection for CMake build Fix hidden visibility in posixacladdons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- tdeio/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tdeio/CMakeLists.txt') diff --git a/tdeio/CMakeLists.txt b/tdeio/CMakeLists.txt index 5fa0ded6d..c561e8294 100644 --- a/tdeio/CMakeLists.txt +++ b/tdeio/CMakeLists.txt @@ -55,10 +55,6 @@ if( HAVE_ELFICON ) set( ELFICON_STATIC_LIB tdelficon-static ) endif( HAVE_ELFICON ) -if( HAVE_NON_POSIX_ACL_EXTENSIONS ) - set( ACL_LIBRARIES acl ) -endif( HAVE_NON_POSIX_ACL_EXTENSIONS ) - ##### libtdeio #################################### -- cgit v1.2.1