Plcncli cmake version

Hi.
I’m building a project with the plcncli toolchain) plcncli build
I want to build the cmake version using 3.15 and above.
image.png
Is there a way?
Best regards.

What version of the PLCnext Toolchain do you have installed?
In the plcncli installation folder you should find a cmake folder, where cmake is installed. What version of cmake is installed in that folder?

What version of the PLCnext Toolchain do you have installed?</p>In the plcncli installation folder you should find a cmake folder, where cmake is installed. What version of cmake is installed in that folder?</p>

I’m using PLCnext_Toolchain_Linux_2023.0.sh and cmake is using 3.13.
Is there a higher version of the toolchain?

The current version of the toolchain is 2024.0, available here:
https://www.phoenixcontact.com/en-pc/products/software-package-plcnext-technology-toolchain-1639782

The current version of the toolchain is 2024.0, available here:</p>[https://www.phoenixcontact.com/en-pc/products/software-package-plcnext-technology-toolchain-1639782</a></p>

I just checked, thank you.
image.pngThe SDK includes either CURL or OpenSSL.
I’m trying to use another library, is there any other way but to include the library source in the project?
ex) cpp-jwt …
Thank you for your answer.

There’s a quite old Makers Blog post that shows one way to include an open source library in a C++ project:
How to include an open-source library in your own C++ project - PLCnext Community PLCnext Technology from Phoenix Contact is a unique, open ecosystem for modern automation that is capable of meeting all the challenges of the IoT world. It should be relatively easy to add a header-only library like cpp-jwt to your C++ project.