Author: dsahlberg Date: Sun Sep 15 10:57:07 2024 New Revision: 1920672 URL: http://svn.apache.org/viewvc?rev=1920672&view=rev Log: On the 'cmake' branch: Update CMakeLists.txt the same way as r1920521 updates extractor.py in /trunk (merged to this branch in r1920671).
Refer to the authorative explanation why we use CONSTANT and not DATA, even though it causes an LNK4087 warning! * CMakeLists.txt (target_exports): Just a comment Modified: subversion/branches/cmake/CMakeLists.txt Modified: subversion/branches/cmake/CMakeLists.txt URL: http://svn.apache.org/viewvc/subversion/branches/cmake/CMakeLists.txt?rev=1920672&r1=1920671&r2=1920672&view=diff ============================================================================== --- subversion/branches/cmake/CMakeLists.txt (original) +++ subversion/branches/cmake/CMakeLists.txt Sun Sep 15 10:57:07 2024 @@ -426,6 +426,8 @@ function(target_exports target_name) get_filename_component(filename ${file} NAME) if(${filename} STREQUAL "svn_ctype.h") + # See libsvn_subr/ctype.c for an explanation why we use CONSTANT and not + # DATA, even though it causes an LNK4087 warning! list(APPEND defs "svn_ctype_table = svn_ctype_table_internal CONSTANT") elseif(${filename} STREQUAL "svn_wc_private.h") # svn_wc__internal_walk_children() is now internal to libsvn_wc