You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We create the solution-project using this command line:
cmake .. -DBOOST_ROOT="C:\DEV\boost1_83" -DBOOST_LIBRARYDIR="C:\DEV\boost1_83" -DBoost_USE_STATIC_LIBS=ON
Open the solution
projects : opcuacore / opcuaprotocol / opcuaclient / example_client
On Windows 10, using the Release libs we got an issue caused by an invalid parameter in the Release config. We tried with Visual Studio 2019 and 2022.
Using this as a reference : https://github.com/FreeOpcUa/freeopcua/#readme
We create the solution-project using this command line:
cmake .. -DBOOST_ROOT="C:\DEV\boost1_83" -DBOOST_LIBRARYDIR="C:\DEV\boost1_83" -DBoost_USE_STATIC_LIBS=ON
Open the solution
projects : opcuacore / opcuaprotocol / opcuaclient / example_client
Is it one of our CMAKE parameters oar a missing option ?
The text was updated successfully, but these errors were encountered: