aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleix Pol <aleixpol@kde.org>2017-05-07 16:14:03 +0200
committerAleix Pol <aleixpol@kde.org>2017-05-07 20:18:13 +0200
commit94056e2e4629fd4f5ff100d0864355d1a898f455 (patch)
tree4bc675e1bc55f0b039331c4b90d09c731f1ad6b6
parente1558156863f83e45750db43bd81215a0a54c2b1 (diff)
downloadextra-cmake-modules-94056e2e4629fd4f5ff100d0864355d1a898f455.tar.gz
extra-cmake-modules-94056e2e4629fd4f5ff100d0864355d1a898f455.tar.bz2
Fix test when compiling from a tarballv5.34.0-rc3v5.34.0
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
-rw-r--r--tests/KDEFetchTranslations/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)!