From b0ce58b3801413170247468b453e75e6e815b781 Mon Sep 17 00:00:00 2001 From: Ivan Zhakov Date: Sun, 15 Sep 2024 11:15:42 +0000 Subject: [PATCH] CMake: Remove unused directive. git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920673 13f79535-47bb-0310-9956-ffa450edef68 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7374a312..a9358d9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -367,7 +367,6 @@ IF(APU_DSO_BUILD AND APU_HAVE_SQLITE3) LIST(APPEND install_targets apr_dbd_sqlite3-1) LIST(APPEND install_bin_pdb $) LIST(APPEND dbd_drivers sqlite3) - TARGET_INCLUDE_DIRECTORIES(apr_dbd_sqlite3-1) TARGET_LINK_LIBRARIES(apr_dbd_sqlite3-1 PRIVATE libaprutil-1 apr::libapr-1 SQLite::SQLite3) TARGET_COMPILE_DEFINITIONS(apr_dbd_sqlite3-1