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