summaryrefslogtreecommitdiff
path: root/cmake/FindJUnit.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindJUnit.cmake')
-rw-r--r--cmake/FindJUnit.cmake23
1 files changed, 13 insertions, 10 deletions
diff --git a/cmake/FindJUnit.cmake b/cmake/FindJUnit.cmake
index f3da2f9c0..caa2c3eb9 100644
--- a/cmake/FindJUnit.cmake
+++ b/cmake/FindJUnit.cmake
@@ -1,17 +1,20 @@
-#####################
-## FindJUnit.cmake
-## Top contributors (to current version):
-## Mathias Preiner
-## This file is part of the CVC4 project.
-## Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
-## in the top-level source directory and their institutional affiliations.
-## All rights reserved. See the file COPYING in the top-level source
-## directory for licensing information.
-##
+###############################################################################
+# Top contributors (to current version):
+# Mathias Preiner
+#
+# This file is part of the cvc5 project.
+#
+# Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
+# in the top-level source directory and their institutional affiliations.
+# All rights reserved. See the file COPYING in the top-level source
+# directory for licensing information.
+# #############################################################################
+#
# Find JUnit
# JUnit_FOUND - system has JUnit lib
# JUnit_JAR - JUnit jar file
# JUnit_JAR_DEPS - JUnit jar dependencies
+##
find_package(Java REQUIRED)
include(UseJava)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback