From 087e99c2ba0ddd7928208f3dc244c567b6d0b0dd Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 12 Jul 2024 17:16:10 +0200 Subject: build: use local translations by default in ide --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a554edc..03b69c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,10 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/lib") set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/lib") set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/bin") +# Build options + +option(TURNS_USE_INSTALLED_TRANSLATIONS "Use the installed translation files" ON) + # Dependencies include("FetchContent") -- cgit v1.2.3