diff options
| author | 2026-04-19 12:54:16 +0100 | |
|---|---|---|
| committer | 2026-04-27 17:26:08 +0100 | |
| commit | 0dc19894f43ae03a7e78dabfb3784695bd0216fd (patch) | |
| tree | ad44bd4f6ce3e01b046905f00bace5352c366d87 /modules/extra/log_syslog.cpp | |
| parent | Merge branch 'insp4' into master. (diff) | |
Switch the build system to CMake.
Diffstat (limited to 'modules/extra/log_syslog.cpp')
| -rw-r--r-- | modules/extra/log_syslog.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/extra/log_syslog.cpp b/modules/extra/log_syslog.cpp index 1f6d4b3ee..d733bf439 100644 --- a/modules/extra/log_syslog.cpp +++ b/modules/extra/log_syslog.cpp @@ -16,6 +16,12 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +/// BEGIN CMAKE +/// if(WIN32) +/// target_report_error(${TARGET} "Windows does not support syslog!") +/// endif() +/// END CMAKE + #include "inspircd.h" |
