From 16605a3e0152dfeea302772cfc4349ad6050e298 Mon Sep 17 00:00:00 2001 From: awhiemstra Date: Tue, 6 Sep 2016 17:13:15 +0200 Subject: [PATCH] Move the UraniumTranslationTools include into the enabled check So that we can still build Cura even if we do not care about translations. --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dae1867f01..265e471dd2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,6 @@ project(cura NONE) cmake_minimum_required(VERSION 2.8.12) -include(UraniumTranslationTools) - include(GNUInstallDirs) set(URANIUM_SCRIPTS_DIR "${CMAKE_SOURCE_DIR}/../uranium/scripts" CACHE DIRECTORY "The location of the scripts directory of the Uranium repository") @@ -20,6 +18,7 @@ configure_file(${CMAKE_SOURCE_DIR}/cura.desktop.in ${CMAKE_BINARY_DIR}/cura.desk configure_file(cura/CuraVersion.py.in CuraVersion.py @ONLY) if(NOT ${URANIUM_SCRIPTS_DIR} STREQUAL "") + include(UraniumTranslationTools) # Extract Strings add_custom_target(extract-messages ${URANIUM_SCRIPTS_DIR}/extract-messages ${CMAKE_SOURCE_DIR} cura) # Build Translations