📦 deps(lsp_server): update conan dependencies
lsp-server ci / build-and-test (push) Failing after 0s
lsp-server ci / build-and-test (push) Failing after 0s
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user