Skip to content

Commit

Permalink
Add comment to CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
MiyamuraMiyako authored Feb 17, 2025
1 parent de3c610 commit 1cc1e3f
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 @@ -80,6 +80,7 @@ if (MSVC)
if (BUILD_SHARED_LIBS)
message(STATUS "Build windows dynamic libs.")
else()
# Add this to build windows pure static library.
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
message(STATUS "Build windows static libs.")
endif()
Expand Down

0 comments on commit 1cc1e3f

Please sign in to comment.