mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-05 22:59:57 +00:00
Merge pull request #9388 from lioncash/fix-msvc
CMakeLists: Remove version specifier for lz4
This commit is contained in:
commit
bcf59ff3a7
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin)
|
|||
find_package(enet 1.3)
|
||||
find_package(fmt 9 REQUIRED)
|
||||
find_package(inih)
|
||||
find_package(lz4 1.8 REQUIRED)
|
||||
find_package(lz4 REQUIRED)
|
||||
find_package(nlohmann_json 3.8 REQUIRED)
|
||||
find_package(Opus 1.3)
|
||||
find_package(Vulkan 1.3.213)
|
||||
|
|
Loading…
Reference in a new issue