Update package version to 1.1.58

This commit is contained in:
2026-04-05 11:20:11 +03:00
parent 8c13d7a8bc
commit 38dd64c4a7
2 changed files with 3 additions and 9 deletions
+1 -7
View File
@@ -7,18 +7,12 @@
build() {
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTS=ON \
-DBUILD_TESTS=OFF \
-DPRESENTATION_BACKEND=xlib \
-DDYNAMIC_LOADER=ON
cmake --build build
}
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
ctest --test-dir build
}
# The package function is executed in the source directory
# This function is used to move the compiled files into the output directory
package() {