On Tue, May 5, 2026 at 1:38 AM Jun Omae <[email protected]> wrote: > > On 2026/05/05 0:09, [email protected] wrote: > > Author: rinrab > > Date: Mon May 4 15:09:48 2026 > > New Revision: 1933812 > > > > Log: > > cmake: Import targets.cmake before processing dependencies; This would allow > > potentially refering to those targets in dependency search. Although cmake > > allows to link a non-existing target, the target that it is linked to has > > to be > > declared before. > > > > * CMakeLists.txt > > (target_exports, ra-libs, fs-libs, the-include): Move them up. > > > > Modified: > > subversion/trunk/CMakeLists.txt > After r1933812, cmake is failing with SVN_ENABLE_SWIG_* options. > > [[[ > CMake Error at build/cmake/targets.cmake:2626 (swig_add_library): > Unknown CMake command "swig_add_library". > Call Stack (most recent call first): > CMakeLists.txt:290 (include) > ]]]
Oopsie, should be fixed in r1933842. -- Timofei Zhakov

