Skip to content

Commit

Permalink
CMake: Remove unused directive.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920673 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 15, 2024
1 parent 3b99834 commit b0ce58b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 $<TARGET_PDB_FILE:apr_dbd_sqlite3-1>)
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
Expand Down

0 comments on commit b0ce58b

Please sign in to comment.