Files
termux-packages/packages/simulavr/hardcode_version_and_comment_docs.patch
termux-pacman-bot 23a641ee76 new package: simulavr
2022-08-28 09:20:52 +00:00

29 lines
750 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 98f80df..12386ff 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,10 +12,11 @@ include(FindPythonModule)
include(GetGitInfo)
# get git info
-get_git_info()
-set(PACKAGE_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
+# get_git_info()
+set(PACKAGE_VERSION "1.1.0")
+
+message(STATUS "version major 1 / minor 1 / patch 0")
-message(STATUS "version major ${VERSION_MAJOR} / minor ${VERSION_MINOR} / patch ${VERSION_PATCH}")
# build options
option(BUILD_TCL "build TCL SWIG module" OFF)
@@ -81,7 +82,7 @@ endif()
if(BUILD_PYTHON)
add_subdirectory(pysimulavr)
endif()
-add_subdirectory(doc)
+# add_subdirectory(doc)
add_subdirectory(kbdgentables)
# check targets