From 6ff2688302d413c6dcb99dab2d07a86d05be8d96 Mon Sep 17 00:00:00 2001 From: Leander Schulten Date: Fri, 19 Apr 2024 01:40:10 +0200 Subject: [PATCH] No Unix Makefiles --- PreLoad.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PreLoad.cmake b/PreLoad.cmake index 37029bd67..67f77acc0 100644 --- a/PreLoad.cmake +++ b/PreLoad.cmake @@ -1 +1,3 @@ -set (CMAKE_GENERATOR "Unix Makefiles" CACHE INTERNAL "" FORCE) +if (MINGW) + set (CMAKE_GENERATOR "Unix Makefiles" CACHE INTERNAL "") +endif ()