mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-21 23:48:22 +08:00
Revert "UE/UF: user static CRT by default for Windows builds"
This reverts commit d69aca6554
.
This commit is contained in:
parent
d69aca6554
commit
92d0a8f754
@ -1,4 +1,4 @@
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 3.15)
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
PROJECT(UEFIExtract)
|
||||
|
||||
@ -88,6 +88,3 @@ SET(PROJECT_HEADERS
|
||||
ADD_DEFINITIONS(-DU_ENABLE_NVRAM_PARSING_SUPPORT -DU_ENABLE_ME_PARSING_SUPPORT -DU_ENABLE_FIT_PARSING_SUPPORT -DU_ENABLE_GUID_DATABASE_SUPPORT)
|
||||
|
||||
ADD_EXECUTABLE(UEFIExtract ${PROJECT_SOURCES} ${PROJECT_HEADERS})
|
||||
|
||||
SET_PROPERTY(TARGET UEFIExtract PROPERTY
|
||||
MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
|
@ -1,4 +1,4 @@
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 3.15)
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
PROJECT(UEFIFind)
|
||||
|
||||
@ -87,6 +87,3 @@ SET(PROJECT_HEADERS
|
||||
ADD_DEFINITIONS(-DU_ENABLE_NVRAM_PARSING_SUPPORT -DU_ENABLE_FIT_PARSING_SUPPORT -DU_ENABLE_GUID_DATABASE_SUPPORT)
|
||||
|
||||
ADD_EXECUTABLE(UEFIFind ${PROJECT_SOURCES} ${PROJECT_HEADERS})
|
||||
|
||||
SET_PROPERTY(TARGET UEFIFind PROPERTY
|
||||
MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
|
Loading…
Reference in New Issue
Block a user