Skip to content

Commit

Permalink
Activated statically linked runtime library on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cvde committed Jul 16, 2022
1 parent f03929c commit 57a18d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.15)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED True)
set(CMAKE_OSX_ARCHITECTURES arm64 x86_64)
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")

set(PROJECT_NAME "RoomReverb")
set(PROJECT_VERSION "0.6.1")
Expand Down

0 comments on commit 57a18d8

Please sign in to comment.