ports/databases/foundationdb71-server/files/patch-bindings_c_CMakeLists.txt
Dmitry Wagin 3dc4928b6c databases/foundationdb*: split, update to 7.1.59 & 7.3.41
Update FoundationDB to both main supported versions, and also split
between server and client builds for convenience.

PR:		277262
Reviewed by:	dch
Sponsored by:	SkunkWerks, GmbH
2024-05-23 22:14:48 +00:00

11 lines
251 B
Text

--- bindings/c/CMakeLists.txt.orig 2024-01-17 13:58:04 UTC
+++ bindings/c/CMakeLists.txt
@@ -78,7 +78,7 @@ if(WIN32)
endif()
# The tests don't build on windows
-if(NOT WIN32)
+if(FALSE)
set(MAKO_SRCS
test/mako/mako.c
test/mako/mako.h