From 9bccfa9fcf2ea8361f1a32ea89ec69d37a4e43a8 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 24 Feb 2015 21:02:13 -0500 Subject: Fixed CMake issues on F22. Some CMake scripts have been updated to work on both F21 and F22. https://fedorahosted.org/pki/ticket/1281 --- base/server/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/server/test') diff --git a/base/server/test/CMakeLists.txt b/base/server/test/CMakeLists.txt index ff359b2a8..5abd26409 100644 --- a/base/server/test/CMakeLists.txt +++ b/base/server/test/CMakeLists.txt @@ -72,4 +72,4 @@ add_junit_test(test-pki-server ) # include test into the main test -add_dependencies(test test-pki-server) +add_dependencies(unit-test test-pki-server) -- cgit