You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Build the the fineftp-server tests. Requires C++17. For executing the tests, curl must be available from the PATH."
21
+
"Build the the fineftp-server tests. Requires C++17. For executing the tests, curl must be available from the PATH. For Windows, additionally Powershell and for Linux / macOS the ftp command or python3 with ftplib is used to test the STOU command, that is unsupported by curl."
|`FINEFTP_SERVER_BUILD_SAMPLES`|`BOOL`|`ON`| Build the fineFTP Server sample project. |
88
-
|`FINEFTP_SERVER_BUILD_TESTS`|`BOOL`|`OFF`| Build the the fineftp-server tests. Requires C++17. For executing the tests, `curl` must be available from the `PATH`. |
88
+
|`FINEFTP_SERVER_BUILD_TESTS`|`BOOL`|`OFF`| Build the the fineftp-server tests. Requires C++17. For executing the tests, curl must be available from the `PATH`. For Windows, additionally Powershell and for Linux / macOS the ftp command or python3 with ftplib is used to test the `STOU` command, that is unsupported by `curl`. |
89
89
|`FINEFTP_SERVER_USE_BUILTIN_ASIO`|`BOOL`|`ON`| Use the builtin asio submodule. If set to `OFF`, asio must be available from somewhere else (e.g. system libs). |
90
90
|`FINEFTP_SERVER_USE_BUILTIN_GTEST`|`BOOL`|`ON` <br>_(when building tests)_| Use the builtin GoogleTest submodule. Only needed if `FINEFTP_SERVER_BUILD_TESTS` is `ON`. If set to `OFF`, GoogleTest must be available from somewhere else (e.g. system libs). |
91
91
|`BUILD_SHARED_LIBS`|`BOOL`|| Not a fineFTP Server option, but use this to control whether you want to have a static or shared library. |
0 commit comments