From 2f07cb8daa3b6accd22e88e84fc62db4394e181b Mon Sep 17 00:00:00 2001 From: Romain Thomas Date: Mon, 15 Jul 2024 06:43:14 +0200 Subject: [PATCH] Fix typo --- profiling/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiling/CMakeLists.txt b/profiling/CMakeLists.txt index 1cff130a12..ac8ca621c6 100644 --- a/profiling/CMakeLists.txt +++ b/profiling/CMakeLists.txt @@ -5,7 +5,7 @@ set(PROFILING_FLAGS set(SRC_TARGETS elf_profiler.cpp macho_profiler.cpp - pe_profilier.cpp + pe_profiler.cpp ) foreach(src_target ${SRC_TARGETS})