Description
I am encountering build errors while trying to build and install the oatpp-openssl module. Below are the details of my setup and the errors encountered.
Environment
Operating System: Windows 11
CMake Version: 3.30
Visual Studio Version: Visual Studio 2022 v17
oatpp Version: 1.4.0
OpenSSL Version: 3 (installed at C:\Program Files\FireDaemon OpenSSL 3)
Steps to Reproduce
- Clone the oatpp-openssl repository.
- Set up CMake with the following command:
cmake -DCMAKE_BUILD_TYPE=Release -S . -B build
- Attempt to build and install the project:
cmake --build build --target install
Error Messages
I encountered the following errors during the build process:


I would appreciate any guidance on resolving these build errors. Specifically, I'm looking for help with:
- Correctly configuring the CMakeLists.txt to ensure the OpenSSL libraries are properly linked.
- Addressing the errors related to lambda expressions and undeclared identifiers in the source files.
Thank you in advance for your assistance!
Description
I am encountering build errors while trying to build and install the oatpp-openssl module. Below are the details of my setup and the errors encountered.
Environment
Operating System: Windows 11
CMake Version: 3.30
Visual Studio Version: Visual Studio 2022 v17
oatpp Version: 1.4.0
OpenSSL Version: 3 (installed at C:\Program Files\FireDaemon OpenSSL 3)
Steps to Reproduce
cmake -DCMAKE_BUILD_TYPE=Release -S . -B buildcmake --build build --target installError Messages
I encountered the following errors during the build process:


I would appreciate any guidance on resolving these build errors. Specifically, I'm looking for help with:
Thank you in advance for your assistance!