According to the RTSDK C++ Installation Guide, cmake can be used to build the EMA C++ Package.
I installed CMake3.24.1 and Python3, but failed to achieve that. The CMakeOutput shows :
Call Stack (most recent call first):
D:/anaconda3/Library/lib/cmake/GTest/GTestConfig.cmake:32 (include)
CMake/rcdevEnvironment.cmake:125 (_find_package)
D:/Program Files/CMake/share/cmake-3.24/Modules/FindGTest.cmake:194 (find_package)
CMake/rcdevEnvironment.cmake:125 (_find_package)
CMake/addExternal_gtest.cmake:193 (find_package)
CMakeLists.txt:32 (include)
Any one knows what's the reason? Thanks!