summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CCacheDebugInfoWorkaround.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/CCacheDebugInfoWorkaround.cmake b/cmake/CCacheDebugInfoWorkaround.cmake
index 82fb299e3..743b9b8ea 100644
--- a/cmake/CCacheDebugInfoWorkaround.cmake
+++ b/cmake/CCacheDebugInfoWorkaround.cmake
@@ -10,7 +10,7 @@ if(
)
message(
NOTICE
- "Setting embedded debug info for MSVC to work around (s)ccache's inability to cache shared debug info files, Note that this requires CMake 3.25 or greater"
+ "Setting embedded debug info for MSVC to work around (s)ccache's inability to cache shared debug info files"
)
cmake_minimum_required(VERSION 3.25)
cmake_policy(GET CMP0141 cmp0141)