mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 03:12:08 +01:00
12 lines
369 B
Diff
12 lines
369 B
Diff
--- a/tests/CMakeLists.txt
|
|
+++ b/tests/CMakeLists.txt
|
|
@@ -4,7 +4,7 @@
|
|
# With testing enabled, all targets referenced by add_test() can be run
|
|
# at once with CMake's ctest command line tool from the build folder.
|
|
enable_testing()
|
|
-
|
|
+find_package(GTest REQUIRED)
|
|
################################################################################
|
|
# C tests and tools
|
|
|