summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-boilerplate.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-06-19 16:26:33 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-06-19 16:26:33 +0200
commit897c429175624964dded5daa8ce077b45a7a5107 (patch)
tree55991ed96eea8ef701713e421d269c676c594381 /cmake/opentrack-boilerplate.cmake
parentb454c962f4784ed06908f668b66376600d21dc52 (diff)
cmake: add cache variables
Diffstat (limited to 'cmake/opentrack-boilerplate.cmake')
-rw-r--r--cmake/opentrack-boilerplate.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake
index 022bfdd7..d9b011ee 100644
--- a/cmake/opentrack-boilerplate.cmake
+++ b/cmake/opentrack-boilerplate.cmake
@@ -108,7 +108,7 @@ endfunction()
function(otr_i18n_for_target_directory n)
set(k "opentrack-${n}")
- foreach(i ${opentrack-all-translations})
+ foreach(i ${opentrack_all-translations})
set(t "${CMAKE_CURRENT_SOURCE_DIR}/lang/${i}.ts")
add_custom_command(OUTPUT "${t}"
COMMAND ${CMAKE_COMMAND} -E make_directory "${CMAKE_CURRENT_SOURCE_DIR}/lang"