📦 deps(lsp_server): update conan dependencies
lsp-server ci / build-and-test (push) Failing after 0s

This commit is contained in:
csh
2026-05-27 09:54:39 +08:00
parent 7838f3ec3d
commit f4f629c232
9 changed files with 380 additions and 16 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
cmake_minimum_required(VERSION 4.2)
set(CMAKE_EXPERIMENTAL_CXX_IMPORT_STD "d0edc3af-4c50-42ea-a356-e2862fe7a444")
# CMake 4.3 rotated the experimental gate UUID for `import std`.
if(CMAKE_VERSION VERSION_GREATER_EQUAL "4.3")
set(CMAKE_EXPERIMENTAL_CXX_IMPORT_STD "451f2fe2-a8a2-47c3-bc32-94786d8fc91b")
else()
set(CMAKE_EXPERIMENTAL_CXX_IMPORT_STD "d0edc3af-4c50-42ea-a356-e2862fe7a444")
endif()
project(tsl-server LANGUAGES C CXX)