On 11. 6. 25 00:07, rin...@apache.org wrote:
Author: rinrab
Date: Tue Jun 10 22:07:50 2025
New Revision: 1926350
URL:http://svn.apache.org/viewvc?rev=1926350&view=rev
Log:
cmake: Prevent re-definition of APR and Serf targets by using different
prefixes for version '1' and '2'.
* CMakeLists.txt
(APR, Serf): Bunch of cmake magic.
Modified:
subversion/trunk/CMakeLists.txt
After the pkg-config related changes, cmake will no longer find a Serf
on macOS. This worked before, but now Serf_ROOT is ignored if we happen
to find pkg-config. That's because you use either find_package or
pkg_find_package, but never both. I have to explicitly disable
SVN_USE_PKG_CONFIG in order to build again. Looks like a regression to me.
-- Brane