Skip to content

Commit

Permalink
Don't use \MT
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Jul 17, 2024
1 parent bd739a9 commit 34990d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 34990d1

Please sign in to comment.