FreeOpcUa / freeopcua

Open Source C++ OPC-UA Server and Client Library
http://freeopcua.github.io/
GNU Lesser General Public License v3.0
713 stars 341 forks source link

make building of executables and examples optional in cmake #406

Open HGeorge-Adapdix opened 1 year ago

HGeorge-Adapdix commented 1 year ago

This removes the requirement of spdlog if you are just trying to build the library.

The defaults are set to ON so that the default behaviour should be unchanged.