Add dummy CTest configuration file to fix CTest warnings by ensuring CMake generates all files.

master
Johan Ouwerkerk 2019-10-22 19:38:19 +02:00
parent f87d014ce5
commit 4ab08353bd
1 changed files with 8 additions and 0 deletions

8
CTestConfig.cmake Normal file
View File

@ -0,0 +1,8 @@
#
# Dummy CTest config file to help remind CMake/CTest to generate *all* files
# Otherwise you get warnings about some auto-generated files from CTest
#
# This file can apparently be 'empty'. It should not be removed without
# testing/checking everything still works, in particular test output
# logging/formatting.
#