diff options
author | Aleix Pol <aleixpol@kde.org> | 2017-05-07 16:14:03 +0200 |
---|---|---|
committer | Aleix Pol <aleixpol@kde.org> | 2017-05-07 20:18:13 +0200 |
commit | 94056e2e4629fd4f5ff100d0864355d1a898f455 (patch) | |
tree | 4bc675e1bc55f0b039331c4b90d09c731f1ad6b6 | |
parent | e1558156863f83e45750db43bd81215a0a54c2b1 (diff) | |
download | extra-cmake-modules-5.34.0-rc3.tar.gz extra-cmake-modules-5.34.0-rc3.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.txt | 2 |
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)! |