mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 21:50:11 +00:00
29 lines
750 B
Diff
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
|