diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-19 16:26:33 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-19 16:26:33 +0200 |
commit | 897c429175624964dded5daa8ce077b45a7a5107 (patch) | |
tree | 55991ed96eea8ef701713e421d269c676c594381 /cmake/opentrack-boilerplate.cmake | |
parent | b454c962f4784ed06908f668b66376600d21dc52 (diff) |
cmake: add cache variables
Diffstat (limited to 'cmake/opentrack-boilerplate.cmake')
-rw-r--r-- | cmake/opentrack-boilerplate.cmake | 2 |
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" |