Skip to content

Commit

Permalink
fix #62 by linking the runtime libraries for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Mar 7, 2024
1 parent 48b9e56 commit e07997f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set (CMAKE_CXX_STANDARD 20)
# Add the cmake/ folder so the FindSphinx module is found
# --------------------------------------------------------------------------
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})

set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")

# Add thirdparty libraries
# --------------------------------------------------------------------------
Expand Down

0 comments on commit e07997f

Please sign in to comment.