Add release note for #1438 (#1457)

* Add release note for #1438

* fix typos.
This commit is contained in:
Allen Byrne
2022-02-25 14:31:55 -06:00
committed by GitHub
parent 2db4c770f8
commit e19e7e3faa
2 changed files with 18 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ endif ()
# build generator must be defined
if (NOT DEFINED BUILD_GENERATOR)
message (FATAL_ERROR "BUILD_GENERATOR must be defined - Unix, VS2019, VS201964, VS2017, or VS201764, VS2015, VS201564")
message (FATAL_ERROR "BUILD_GENERATOR must be defined - Unix, VS2019, VS201964, VS2017, VS201764, VS2015, VS201564")
endif ()
###################################################################