From 07c93cb1100cae7550b846edb739559d1adae382 Mon Sep 17 00:00:00 2001 From: jake-g00dwin Date: Sun, 22 Feb 2026 19:32:42 -0800 Subject: [PATCH] fixed typo in comment of main cmake file. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8413118..f9b2447 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ else() add_definitions(-DUNIX) endif() -# For being able to used LSP +# For being able to use LSP set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # Request C standard features