Skip to main content
1-Visitor
August 3, 2022
Solved

Version of C SDK and CMake

  • August 3, 2022
  • 2 replies
  • 1046 views

Hi, Can anyone explain how can I check the version of the C SDK and CMake that I am using?

Best answer by TonyZhang

Hi @SS_10329829 ,

 

You can tell the C SDK version by looking at the folder name of the C SDK you downloaded, or there should be a version.properties file included in the C SDK, open that in editor should tell you the version of C SDK.

For CMake, ensure that the CMake installation's /bin path (e.g. C:\Program Files\CMake\bin) is added in environment variable, open a command line tool and type "cmake --version" to check the version of CMake installed.

2 replies

24-Ruby III
August 3, 2022

 Hi,

 

Try to find this information in the following sources:

TonyZhang16-PearlAnswer
16-Pearl
August 16, 2022

Hi @SS_10329829 ,

 

You can tell the C SDK version by looking at the folder name of the C SDK you downloaded, or there should be a version.properties file included in the C SDK, open that in editor should tell you the version of C SDK.

For CMake, ensure that the CMake installation's /bin path (e.g. C:\Program Files\CMake\bin) is added in environment variable, open a command line tool and type "cmake --version" to check the version of CMake installed.