Skip to content

Commit

Permalink
cmake: fix toolchain file
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed Feb 12, 2024
1 parent ef39c8f commit 3fe7476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/msvc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ elseif(opentrack-64bit)
set(opentrack-simd "AVX")
endif()

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

add_link_options(-cgthreads:1)

Expand Down

0 comments on commit 3fe7476

Please sign in to comment.