Skip to content

Commit a137c1f

Browse files
authored
Deprecate VS2017 support
1 parent 45123ad commit a137c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ No installation is required (just download the headers and include them), but I
3333
The `test` folder contains tools I use to test correctness and performance of the libmorton implementation. You can regard them as unit tests. This section is under heavy re-writing, but might contain some useful code for advanced usage.
3434

3535
You can build the test suite:
36-
* With the included [Visual Studio](https://visualstudio.microsoft.com/) projects (2017 / 2019) in `test\msvc*`
36+
* With the included [Visual Studio 2019](https://visualstudio.microsoft.com/) project in `test\msvc*`
3737
* Using make: `test\makefile`
3838
* Using Cmake (thanks [@shohirose](https://github.com/shohirose))
3939

0 commit comments

Comments
 (0)