File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ endif()
3434if ("${CMAKE_CXX_STANDARD} " STREQUAL "" )
3535 set (CMAKE_CXX_STANDARD 11)
3636endif ()
37- set (CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<BOOL: ${BUILD_SHARED_LIBS} >:DLL> " )
37+ set (CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreadedDLL " )
3838
3939# Begin configuration of the superbuild project
4040project (SuperBuild NONE)
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ if(NOT BUILD_SHARED_LIBS)
5555 $<$<CXX_COMPILER_ID:MSVC >:/INCREMENTAL:NO >
5656 )
5757endif ()
58- set (CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<BOOL: ${BUILD_SHARED_LIBS} >:DLL> " )
58+ set (CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreadedDLL " )
5959
6060#------------------------------------------------------------------------------------------------
6161# Install configuration
You can’t perform that action at this time.
0 commit comments