From 7e565a9bcdf5d2af4df34d8d5e66197458a0922b Mon Sep 17 00:00:00 2001 From: Ansariel Date: Mon, 22 Mar 2021 01:29:59 +0100 Subject: [PATCH] Change filename casing --- indra/llcommon/CMakeLists.txt | 2 +- indra/llcommon/{FSTracyClient.cpp => fstracyclient.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename indra/llcommon/{FSTracyClient.cpp => fstracyclient.cpp} (100%) diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index ed72fee9d2..c2ee4bff0d 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -259,7 +259,7 @@ set(llcommon_HEADER_FILES # Tracy Profiler support list(APPEND llcommon_SOURCE_FILES fstelemetry.cpp) if (USE_TRACY_PROFILER) - list(APPEND llcommon_SOURCE_FILES FSTracyClient.cpp) + list(APPEND llcommon_SOURCE_FILES fstracyclient.cpp) endif() SET( llcommon_ND_SOURCE_FILES diff --git a/indra/llcommon/FSTracyClient.cpp b/indra/llcommon/fstracyclient.cpp similarity index 100% rename from indra/llcommon/FSTracyClient.cpp rename to indra/llcommon/fstracyclient.cpp