Use default value for version when git tags not present

Also, documentation typo correction.

Change-Id: I7fe4de05d3b8fb808a980862a09a9be32ed32bf5
This commit is contained in:
Chris Freehill
2019-12-19 08:32:38 -06:00
rodzic 8ffe1bc7f6
commit fe4f7ed4a1
3 zmienionych plików z 6 dodań i 2 usunięć
+1 -1
Wyświetl plik
@@ -21,7 +21,7 @@ In order to build the latest documentation, the following are required:
The source code for ROCm SMI is available on [Github](https://github.com/RadeonOpenCompute/rocm_smi_lib).
After the the ROCm SMI library git repository has been cloned to a local Linux machine, building the library is achieved by following the typical CMake build sequence. Specifically,
After the ROCm SMI library git repository has been cloned to a local Linux machine, building the library is achieved by following the typical CMake build sequence. Specifically,
##### ```$ mk -p build```
##### ```$ cd build```
##### ```$ cmake <location of root of ROCm SMI library CMakeLists.txt>```