Replace some SM cmake macros with builtin functions

This commit is contained in:
Martin Natano
2022-03-31 12:06:18 -07:00
committed by teejusb
parent 1ab364c0fa
commit a8b9c1da09
17 changed files with 118 additions and 155 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ At first, you have to install CMake.
All OSes
===
The common way of installing CMake is to go to [CMake's download page](http://www.cmake.org/download/). At this time of writing, the latest versions are 3.3.0-rc3 and 3.2.3. Either version will work: the minimum version supported at this time is 2.8.12.
The common way of installing CMake is to go to [CMake's download page](http://www.cmake.org/download/). At this time of writing, the latest version is 3.22.3. The minimum version supported at this time is 3.12.
If this approach is used, consider using the binary distributions. Most should also provide a friendly GUI interface.