From 4ac87fa5ddf8eb761742ec26a7a66cf91e2114fe Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 27 Aug 2024 20:58:25 -0500 Subject: [PATCH] updated build system --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4633cd69..4bca8b73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,9 @@ endif() if(PROJECT_IS_MINGW) add_definitions(-DPROJECT_IS_MINGW) + if(PROJECT_IS_MINGW_UNIX) + add_definitions(-DPROJECT_IS_MINGW_UNIX) + endif() endif() if(PROJECT_REQUIRE_ALPINE)