Skip to content

Commit b4e7b48

Browse files
committed
windows
1 parent 5d2b180 commit b4e7b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16.3)
33
set(EXTERNAL_DIR "${CMAKE_SOURCE_DIR}/external")
44

55
if(MSVC)
6-
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
6+
#set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
77
endif()
88

99
if(APPLE)

0 commit comments

Comments
 (0)