Skip to content

Commit

Permalink
Merged r1920441 from apr/trunk:
Browse files Browse the repository at this point in the history
* CMake: Remove /exports link flag for modules, because modules use
  APR_MODULE_DECLARE_DATA to export modules.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920444 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 3, 2024
1 parent 9a582fb commit 77f835c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,6 @@ IF(APU_DSO_BUILD AND APU_HAVE_ODBC)
LIST(APPEND dbd_drivers odbc)
TARGET_LINK_LIBRARIES(apr_dbd_odbc-1
PRIVATE libaprutil-1 apr::libapr-1 odbc32 odbccp32)
TARGET_LINK_OPTIONS(apr_dbd_odbc-1
PRIVATE "/export:apr_dbd_odbc_driver")
TARGET_COMPILE_DEFINITIONS(apr_dbd_odbc-1
PRIVATE "DLL_NAME=apr_dbd_odbc")
ENDIF()
Expand Down Expand Up @@ -387,8 +385,6 @@ IF(APU_DSO_BUILD AND APU_HAVE_SQLITE3)
PRIVATE "${SQLite3_INCLUDE_DIRS}")
TARGET_LINK_LIBRARIES(apr_dbd_sqlite3-1
PRIVATE libaprutil-1 apr::libapr-1 ${SQLite3_LIBRARIES})
TARGET_LINK_OPTIONS(apr_dbd_sqlite3-1
PRIVATE "/export:apr_dbd_sqlite3_driver")
TARGET_COMPILE_DEFINITIONS(apr_dbd_sqlite3-1
PRIVATE "DLL_NAME=apr_dbd_sqlite3-1")
ENDIF()
Expand Down

0 comments on commit 77f835c

Please sign in to comment.