Rename MiscFunctions.cmake -> CatchMiscFunctions.cmake

This commit is contained in:
Martin Hořeňovský 2022-02-07 00:05:11 +01:00
parent a1e5934aa9
commit a9ed2c235d
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
include(MiscFunctions)
include(CatchMiscFunctions)
# Please keep these ordered alphabetically
set(BENCHMARK_HEADERS

View File

@ -1,4 +1,4 @@
include(MiscFunctions)
include(CatchMiscFunctions)
if (CATCH_BUILD_SURROGATES)
message(STATUS "Configuring targets for surrogate TUs")