On Sat, Jun 7, 2025 at 1:57 PM Peter Balogh <pe...@svnplus.com> wrote:
>
> Hi,
>
> Thank you, this combination did work
> I needed the FindSerf.cmake and I used these commands
> cmake --install out --prefix ins --config Debug
> cmake -B out
> -DCMAKE_TOOLCHAIN_FILE=..\vcpkg\scripts\buildsystems\vcpkg.cmake
> -DAPR_ROOT=..\vcpkg\packages\apr_x64-windows
> -DAPRUtil_ROOT=..\vcpkg\packages\apr-util_x64-windows
>
> Now I have a debug subversion with debug serf running, thanks!
> Is there a downside of the FindSerf.cmake change? Can it get merged to
> trunk?

It sounds good to me. I don't see any problems with committing this to
svn's trunk.

> Can the serf visual studio project be generated so it runs the install
> command after a build?

I think the visual studio generator creates the INSTALL target, which
triggers installation, when built. Note: it wouldn't be built by F7
(build all) and needs explicit invocation. Also you can change install
dir using CMAKE_INSTALL_PREFIX.

Alternatively, nowadays, you can open any cmake project with visual
studio as an open folder, and it will automatically configure and
build it. It works pretty well for me. I'd recommend checking this
out.

> Is there a channel where these could be discussed more casually, like a
> slack or a discord?
>
> Best regards,
> Peter

-- 
Timofei Zhakov

Reply via email to