diff options
Diffstat (limited to 'conf.d/packaging/project_version.patch')
-rw-r--r-- | conf.d/packaging/project_version.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf.d/packaging/project_version.patch b/conf.d/packaging/project_version.patch new file mode 100644 index 0000000..0e9ab8f --- /dev/null +++ b/conf.d/packaging/project_version.patch @@ -0,0 +1,13 @@ +diff --git a/conf.d/app-templates/cmake/common.cmake b/conf.d/app-templates/cmake/common.cmake +index 77ecd3f..f17a567 100644 +--- a/conf.d/app-templates/cmake/common.cmake ++++ b/conf.d/app-templates/cmake/common.cmake +@@ -100,7 +100,7 @@ configure_files_in_dir(${PROJECT_APP_TEMPLATES_DIR}/${ENTRY_POINT}/template.d) + configure_files_in_dir($ENV{HOME}/.config/app-templates/scripts) + configure_files_in_dir(/etc/app-templates/scripts) + +-check_version() ++#check_version() + project_targets_populate() + remote_targets_populate() + project_package_build() |