early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

17
externals/vcpkg/ports/croncpp/no-test.patch vendored Executable file
View File

@@ -0,0 +1,17 @@
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index a82e605..405f306 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,3 +1,4 @@
+if(BUILD_TESTS)
cmake_minimum_required(VERSION 3.7.0)
project(test_croncpp)
@@ -9,7 +10,6 @@ file(GLOB SOURCES "*.cpp" "include/*.cpp")
add_executable(test_croncpp ${SOURCES} ${headers})
-if(BUILD_TESTS)
enable_testing()
add_test(NAME "test_croncpp" COMMAND "test_croncpp" "-r compact")