Commit 1d1ecb4
committed
utils: drop cmake version check
There is no guarantee that `cmake` is available in the path. CMake may
be provided through VS or the VS Build Tools, in which case, you must be
in a VSDevCmd environment to invoke `cmake`. This adds quite a bit of
complexity for little gain as the projects will check of the minimum
version required (`cmake_minimum_required`).1 parent 3ab2a3e commit 1d1ecb4
1 file changed
+0
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
926 | 926 | | |
927 | 927 | | |
928 | 928 | | |
929 | | - | |
930 | | - | |
931 | | - | |
932 | | - | |
933 | | - | |
934 | | - | |
935 | | - | |
936 | | - | |
937 | | - | |
938 | | - | |
939 | | - | |
940 | | - | |
941 | | - | |
942 | | - | |
943 | 929 | | |
944 | 930 | | |
945 | 931 | | |
| |||
2853 | 2839 | | |
2854 | 2840 | | |
2855 | 2841 | | |
2856 | | - | |
2857 | | - | |
2858 | | - | |
2859 | 2842 | | |
2860 | 2843 | | |
2861 | 2844 | | |
| |||
0 commit comments