forked from Lainports/opnsense-ports
11 lines
259 B
Text
11 lines
259 B
Text
--- fdbcli/CMakeLists.txt.orig 2024-01-09 21:06:41 UTC
|
|
+++ fdbcli/CMakeLists.txt
|
|
@@ -25,7 +25,7 @@ if(NOT OPEN_FOR_IDE)
|
|
endif()
|
|
endif()
|
|
|
|
-if (NOT WIN32 AND NOT OPEN_FOR_IDE)
|
|
+if(FALSE)
|
|
add_dependencies(fdbcli external_client)
|
|
|
|
add_fdbclient_test(
|