Skip to content

Update CPP Client for VCPKG usage

mvistein requested to merge cppclient-modify-cmake into main

Merge Request

Breaking Changes

Hopefully none

Description

The CMakeLists.txt that is generated by default is not working with vcpkg on Windows due to a missing bcrypt reference. This MR modifies the template such that the bcrypt reference is reintroduced.

Checklist

  • The code compiles without any warnings.
  • I followed the code review checklist.
  • The documentation has been added/updated.
  • There are no System.out.println() statements.

Related Issues

Merge request reports