cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Version of C SDK and CMake

SS_10329829
4-Participant

Version of C SDK and CMake

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

1 ACCEPTED SOLUTION

Accepted Solutions
TonyZhang
13-Aquamarine
(To:SS_10329829)

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.

View solution in original post

2 REPLIES 2

 Hi,

 

Try to find this information in the following sources:

TonyZhang
13-Aquamarine
(To:SS_10329829)

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.

Top Tags