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.
Is there a way?
Best regards.
Hi.
I'm building a project with the plcncli toolchain) plcncli build
I want to build the cmake version using 3.15 and above.
Is there a way?
Best regards.
Comments
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?
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
I just checked, thank you.
The 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:
It should be relatively easy to add a header-only library like cpp-jwt to your C++ project.