Skip to content

Commit

Permalink
Fix win build
Browse files Browse the repository at this point in the history
  • Loading branch information
qubka authored Sep 21, 2024
1 parent 278b6db commit 00ac11d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/plugify.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ else()
list(APPEND PLUGIFY_LINK_LIBRARIES curl)
endif()

add_subdirectory(${PLUGIFY_DIR} ${PLUGIFY_BINARY_DIR})

if(NOT COMPILER_SUPPORTS_FORMAT)
list(APPEND PLUGIFY_LINK_LIBRARIES fmt::fmt-header-only)
endif()

add_subdirectory(${PLUGIFY_DIR} ${PLUGIFY_BINARY_DIR})

0 comments on commit 00ac11d

Please sign in to comment.