Skip to content

Commit b5ac0da

Browse files
Fix typo in CMakeLists (#1234)
1 parent fc484f8 commit b5ac0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ target_sources(Luau.LanguageServer.Test PRIVATE
136136
if (MSVC)
137137
list(APPEND LUAU_LSP_OPTIONS /W3 /D_CRT_SECURE_NO_WARNINGS)
138138
if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
139-
list(APPEND LUTE_OPTIONS "/EHsc") # The CMake clang-cl target doesn't enable exceptions by default
139+
list(APPEND LUAU_LSP_OPTIONS "/EHsc") # The CMake clang-cl target doesn't enable exceptions by default
140140
else()
141141
list(APPEND LUAU_LSP_OPTIONS /MP) # Distribute compilation across multiple cores; doesn't work with clang-cl
142142
endif()

0 commit comments

Comments
 (0)