Hi.
I trying to build the RTSDK from github master branch
neither
cmake -S <my_prefix>/Real-Time-SDK -B <my_prefix>/Real-Time-SDK/rtsdk.build -DCMAKE_BUILD_TYPE=Debug
nor
cmake -S <my_prefix>/Real-Time-SDK -B <my_prefix>/Real-Time-SDK/rtsdk.build -DCMAKE_BUILD_TYPE=Debug -DRTSDK_OPT_BUILD_ETA_EMA_LIBRARIES=ON -DBUILD_EMA_LIBRARY=ON
gives me ema library build
I see only ETA in RTSDK-BinaryPack/Cpp-C
The binary pack from github (https://github.com/Refinitiv/Real-Time-SDK/releases/download/Real-Time-SDK-2.0.4.L1/RTSDK-BinaryPack-2.0.4.L1.zip) contains only ETA too.
In cmake output I see
CMake Warning:
Manually-specified variables were not used by the project:
RTSDK_OPT_BUILD_ETA_EMA_LIBRARIES
Could you assist with that?
With best regards,
Dmitry Rusakov.