From 688eda8b55b57b711020148c5b048de7c06d1744 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 1 Sep 2016 20:46:19 +0100 Subject: Fix case of filenames of "text" files used to generate protocols and docs. --- infrastructure/cmake/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'infrastructure/cmake/CMakeLists.txt') diff --git a/infrastructure/cmake/CMakeLists.txt b/infrastructure/cmake/CMakeLists.txt index 41172296..2038b1c9 100644 --- a/infrastructure/cmake/CMakeLists.txt +++ b/infrastructure/cmake/CMakeLists.txt @@ -106,8 +106,8 @@ foreach(exception_file ${exception_files}) endforeach() set(protocol_files - lib/backupstore/backupprotocol.txt - test/basicserver/testprotocol.txt + lib/backupstore/BackupProtocol.txt + test/basicserver/TestProtocol.txt ) foreach(protocol_file ${protocol_files}) @@ -127,7 +127,7 @@ foreach(protocol_file ${protocol_files}) endforeach() set(documentation_files - lib/bbackupquery/documentation.txt + lib/bbackupquery/Documentation.txt ) foreach(documentation_file ${documentation_files}) -- cgit v1.2.3