From 0f1973954cb396fd7a46c2032baee1e98ec65ccc Mon Sep 17 00:00:00 2001 From: Vighnesh Date: Fri, 5 Apr 2024 11:30:53 -0700 Subject: [PATCH] remove trailing . --- Sources.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources.cmake b/Sources.cmake index 8fb198ea..90d053d5 100644 --- a/Sources.cmake +++ b/Sources.cmake @@ -358,7 +358,7 @@ target_sources(isocline PRIVATE extern/isocline/src/isocline.c ) -# Common sources shared between all CLI apps. +# Common sources shared between all CLI apps target_sources(Luau.CLI.lib PRIVATE CLI/FileUtils.cpp CLI/Flags.cpp