We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4282d1d commit e4ddd4eCopy full SHA for e4ddd4e
src/CMakeLists.txt
@@ -1,5 +1,5 @@
1
find_package(glm CONFIG REQUIRED)
2
-find_package(unofficial-concurrentqueue CONFIG REQUIRED)
+find_package(concurrentqueue CONFIG REQUIRED)
3
find_package(SDL3 CONFIG REQUIRED)
4
find_package(fmt CONFIG REQUIRED)
5
find_package(Vulkan REQUIRED)
@@ -87,7 +87,7 @@ target_include_directories(Zest
87
target_link_libraries(Zest
88
PUBLIC
89
glm::glm
90
- unofficial::concurrentqueue::concurrentqueue
+ concurrentqueue::concurrentqueue
91
fmt::fmt
92
Vulkan::Vulkan
93
SDL3::SDL3
0 commit comments