We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f95c6 commit f870ba8Copy full SHA for f870ba8
CMakeLists.txt
@@ -13,8 +13,7 @@ message (STATUS "Archicad Version: ${AC_VERSION}")
13
SetGlobalCompilerDefinitions (${AC_VERSION})
14
15
ReadConfigJson ()
16
-list (GET addOnLanguages 0 AC_ADDON_LANGUAGE) # 0 means the value "INT" of "languages" in config.json
17
-set (AC_ADDON_LANGUAGE "${AC_ADDON_LANGUAGE}" CACHE STRING "Add-On language code.")
+set (AC_ADDON_LANGUAGE "${addOnDefaultLanguage}" CACHE STRING "Add-On language code.")
18
19
project (${addOnName}-${AC_VERSION})
20
0 commit comments