Change: Convert .md to .rtf for Windows/Mac packages

This commit is contained in:
Owen Rudge
2021-01-30 09:36:20 +00:00
parent 6c8f2227cd
commit 395e015282
4 changed files with 27 additions and 1 deletions

View File

@@ -337,4 +337,8 @@ endif()
include(CreateRegression)
create_regression()
if(APPLE OR WIN32)
find_package(Pandoc)
endif()
include(InstallAndPackage)