Skip to content

Commit

Permalink
Rebuild windows dlls with MSVC runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
yushulx committed Jan 9, 2025
1 parent b615f55 commit 42091aa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litecam/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(INCLUDE_DIR ${CMAKE_SOURCE_DIR}/include)

# Define source files for the Camera library
if (WIN32)
#set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreadedDLL")
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded")

set(LIBRARY_SOURCES
src/CameraWindows.cpp
Expand Down
Binary file modified litecam/dist/lib/windows/debug/litecam.dll
Binary file not shown.
Binary file modified litecam/dist/lib/windows/release/litecam.dll
Binary file not shown.

0 comments on commit 42091aa

Please sign in to comment.