From a9ed2c235d4f0bea96315079a6b4fb7b8293812c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 7 Feb 2022 00:05:11 +0100 Subject: [PATCH] Rename MiscFunctions.cmake -> CatchMiscFunctions.cmake --- CMake/{MiscFunctions.cmake => CatchMiscFunctions.cmake} | 0 src/CMakeLists.txt | 2 +- tests/CMakeLists.txt | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename CMake/{MiscFunctions.cmake => CatchMiscFunctions.cmake} (100%) diff --git a/CMake/MiscFunctions.cmake b/CMake/CatchMiscFunctions.cmake similarity index 100% rename from CMake/MiscFunctions.cmake rename to CMake/CatchMiscFunctions.cmake diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c23c4735..e2e8ac73 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -include(MiscFunctions) +include(CatchMiscFunctions) # Please keep these ordered alphabetically set(BENCHMARK_HEADERS diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d78308ed..0f25bfe5 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -include(MiscFunctions) +include(CatchMiscFunctions) if (CATCH_BUILD_SURROGATES) message(STATUS "Configuring targets for surrogate TUs")