From 94056e2e4629fd4f5ff100d0864355d1a898f455 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Sun, 7 May 2017 16:14:03 +0200 Subject: Fix test when compiling from a tarball Summary: Otherwise it doesn't work when falling back to the project name. Test Plan: Ran the test locally with and without .git directory Reviewers: #frameworks, joselema, sitter Reviewed By: sitter Subscribers: #build_system Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D5741 --- tests/KDEFetchTranslations/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/KDEFetchTranslations/CMakeLists.txt b/tests/KDEFetchTranslations/CMakeLists.txt index b5f4083b..6501b820 100644 --- a/tests/KDEFetchTranslations/CMakeLists.txt +++ b/tests/KDEFetchTranslations/CMakeLists.txt @@ -1,4 +1,4 @@ -project(KDEFetchTranslations) +project(extra-cmake-modules) cmake_minimum_required(VERSION 2.8.12) # order is important (install dirs before cmake settings)! -- cgit v1.2.1