mirror of
https://github.com/simon987/sist2-build-arm64.git
synced 2025-04-09 05:36:45 +00:00
11 lines
222 B
Diff
11 lines
222 B
Diff
--- a/ports/mongoose/CMakeLists.txt
|
|
+++ b/ports/mongoose/CMakeLists.txt
|
|
@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.14)
|
|
|
|
project(mongoose C)
|
|
|
|
+add_compile_definitions("MG_ENABLE_LOG=0")
|
|
+
|
|
include(GNUInstallDirs)
|
|
|