We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2b180 commit b4e7b48Copy full SHA for b4e7b48
CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16.3)
3
set(EXTERNAL_DIR "${CMAKE_SOURCE_DIR}/external")
4
5
if(MSVC)
6
- set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
+ #set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
7
endif()
8
9
if(APPLE)
0 commit comments