Skip to content

Commit ee47abb

Browse files
committed
build: switch back to official eastl
1 parent f8aa7a2 commit ee47abb

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ cmake_minimum_required(VERSION 3.21)
22
cmake_policy(SET CMP0116 NEW)
33
set(CMAKE_POLICY_WARNING_CMP0116 OFF)
44

5-
if(CMAKE_VERSION VERSION_GREATER_EQUAL "4.0.0")
6-
message(
7-
ERROR
8-
"EASTL will fail to install with vcpkg using cmake 4.0+, remove this line if the port get fixed."
9-
)
10-
endif()
11-
125
project(
136
# gersemi: ignore
147
CommunityShaders

vcpkg-configuration.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
"version": "1.606.4"
5858
}
5959
],
60-
"builtin-baseline": "fafcc0e93bfba303e5e48790def745d27e6d449b"
60+
"builtin-baseline": "7a6bb52bfd8eba088f8bf5cae70ca8d81503e42e"
6161
}

0 commit comments

Comments
 (0)