Skip to content

Commit e4ddd4e

Browse files
committed
Queue fix
1 parent 4282d1d commit e4ddd4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
find_package(glm CONFIG REQUIRED)
2-
find_package(unofficial-concurrentqueue CONFIG REQUIRED)
2+
find_package(concurrentqueue CONFIG REQUIRED)
33
find_package(SDL3 CONFIG REQUIRED)
44
find_package(fmt CONFIG REQUIRED)
55
find_package(Vulkan REQUIRED)
@@ -87,7 +87,7 @@ target_include_directories(Zest
8787
target_link_libraries(Zest
8888
PUBLIC
8989
glm::glm
90-
unofficial::concurrentqueue::concurrentqueue
90+
concurrentqueue::concurrentqueue
9191
fmt::fmt
9292
Vulkan::Vulkan
9393
SDL3::SDL3

0 commit comments

Comments
 (0)