From 34990d15453c65e913ee2c0b9cfe05e419905a65 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Wed, 17 Jul 2024 14:43:30 +0530 Subject: [PATCH] Don't use \MT --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b28aed3..bb0d401 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,10 +14,6 @@ option(LIEF_LOGGING "Enable logging" OFF) option(LIEF_OAT "Enable OAT support" OFF) option(LIEF_VDEX "Enable VDEX support" OFF) -if(MSVC) - set(LIEF_USE_CRT_RELEASE "MT" CACHE STRING "LIEF CRT option") -endif() - add_subdirectory(vendor/lief) add_library(sui src/sui.h src/sui.cpp)