Skip to content

Commit

Permalink
Use fmt header only
Browse files Browse the repository at this point in the history
  • Loading branch information
fintarin committed Apr 27, 2024
1 parent 7d7f792 commit ebb6650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ target_include_directories(

target_link_libraries(
${PROJECT_NAME}
PUBLIC fmt::fmt
PUBLIC fmt::fmt-header-only
cppcoro
MPFR
Boost::multiprecision
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set(CMAKE_MODULE_PATH
PARENT_SCOPE)

add_subdirectory(fmt)
suppress_warnings(fmt)
suppress_warnings(fmt-header-only)

add_subdirectory(cppcoro)
suppress_warnings(cppcoro)
Expand Down

0 comments on commit ebb6650

Please sign in to comment.