Author: rinrab
Revision: 1919320
Modified property: svn:log
Modified: svn:log at Wed Jul 17 18:57:30 2024
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Jul 17 18:57:30 2024
@@ -27,7 +27,7 @@ the CMAKE_SHARED_LIBRARY_PREFIX and CMAK
automatically set to be 'lib', so before the OUTPUT_NAME has changed, the
libraries was compiling into files with double 'lib' in the name
(liblibsvn_client-1.so), which is incorrect. After this commit, their
-behavior should be same as on Windows.
+behavior should be same as on Windows. The bug has motioned on dev@ at [1].
Also do a little refactoring of the abstraction of setting the name: the
output name is now passed from the generator (gen-cmake.py) to the template
@@ -49,3 +49,8 @@ Changes summary
* CMakeLists.txt
(CMAKE_*_LIBRARY_PREFIX): Setup these vars and add some comments explaining
them.
+
+References
+----------
+
+[1] https://lists.apache.org/thread/1mpqrt98owsxoj13rmqlo1m8r0ll9cxv