From 4550323d2358de54c07df6c36b3512fd70c7930a Mon Sep 17 00:00:00 2001 From: laggykiller Date: Fri, 24 May 2024 09:50:32 +0800 Subject: [PATCH] Do not set CMAKE_GENERATOR --- PreLoad.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PreLoad.cmake b/PreLoad.cmake index fb85b0c..c217174 100644 --- a/PreLoad.cmake +++ b/PreLoad.cmake @@ -9,4 +9,4 @@ # set (CMAKE_GENERATOR "MSYS Makefiles" CACHE INTERNAL "" FORCE) # Use this otherwise -set (CMAKE_GENERATOR "Ninja" CACHE INTERNAL "" FORCE) \ No newline at end of file +# set (CMAKE_GENERATOR "Ninja" CACHE INTERNAL "" FORCE) \ No newline at end of file