summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2010-04-24 19:54:20 +0200
committerPino Toscano <pino@kde.org>2010-04-24 19:54:20 +0200
commit6805a01cfbaf45949ee085b7c66a16efc5b9463d (patch)
tree547cb7ad777e45e8b1a68d0e83a4e6a027f7d8cc
parentb66c4236277ca1492c9a9ec45ef3c8cb2466ea85 (diff)
set the project() name, also disabling any programming language
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 439a8e3..54977b3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,5 @@
+project(poppler-data NONE)
+
cmake_minimum_required(VERSION 2.6)
set(datadir ${CMAKE_INSTALL_PREFIX}/share)