Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vztpv authored Jul 31, 2024
1 parent 6e773eb commit a40d782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ if (UNIX)
target_link_libraries(${LIB_NAME14} PRIVATE fmt::fmt pthread)

elseif (MSVC)
target_link_libraries(${LIB_NAME} fmt::fmt PRIVATE )
target_link_libraries(${LIB_NAME14} fmt::fmt PRIVATE )
target_link_libraries(${LIB_NAME} PRIVATE fmt::fmt )
target_link_libraries(${LIB_NAME14} PRIVATE fmt::fmt )


endif()

0 comments on commit a40d782

Please sign in to comment.