Skip to content

Commit

Permalink
TEST: Fix finding hamcrest on Fedora 41
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Nov 14, 2024
1 parent dc70a82 commit cde22c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/JUnit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ endif()
MARK_AS_ADVANCED(JUNIT_JAR)
find_file(HAMCREST
NAMES
hamcrest-core.jar
hamcrest-core.jar hamcrest.jar
PATHS
${JAVA_LIB_INSTALL_DIR}
/usr/share/java
/usr/share/java/hamcrest
/opt/local/share/java
/usr/local/share/java
/opt/local/share/java/
/usr/lib/java/javapackages-bootstrap)
MARK_AS_ADVANCED(HAMCREST)

Expand Down

0 comments on commit cde22c0

Please sign in to comment.