Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
emulators/yuzu: unbreak "make test" after 5ee146a
CMake Error at CMakeLists.txt:248 (find_package):
  Could not find a configuration file for package "Catch2" that is compatible
  with requested version "3.0.1".

  The following configuration files were considered but not accepted:

    /usr/local/lib/cmake/Catch2/Catch2Config.cmake, version: 2.13.9

https://github.com/yuzu-emu/yuzu/commit/d0fe27708edf
(cherry picked from commit da6b2c7)
  • Loading branch information
jbeich committed Feb 3, 2023
1 parent 02bacc7 commit 28b2c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulators/yuzu/Makefile
Expand Up @@ -42,7 +42,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \
libfmt.so:devel/libfmt \
libavcodec.so:multimedia/ffmpeg \
libenet.so:net/enet
TEST_DEPENDS= catch>0:devel/catch
TEST_DEPENDS= catch2>0:devel/catch2

FLAVORS= qt5 qt6
qt5_CONFLICTS_INSTALL= ${PORTNAME}-qt6
Expand Down

0 comments on commit 28b2c75

Please sign in to comment.