Update package version to 4.2.1

This commit is contained in:
2025-12-12 13:44:48 +02:00
parent f1555ce9fd
commit 0bf2ce1c6f
2 changed files with 2 additions and 8 deletions
-6
View File
@@ -17,12 +17,6 @@ build() {
make
}
# 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() {
LC_ALL=en_US.UTF-8 bin/ctest -j$(nproc) -E "RunCMake.ExternalProject"
}
# The package function is executed in the source directory
# This function is used to move the compiled files into the output directory
package() {