mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-05 08:44:16 +02:00
11 lines
369 B
Diff
11 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
|
|
|