Skip to content

Commit

Permalink
move disable_target_warnings(fmt)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGrulich committed Oct 4, 2024
1 parent bb49315 commit 122bdef
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 @@ -72,6 +72,7 @@ if (USE_EXTERNAL_FMT)
find_package(fmt CONFIG REQUIRED)
else ()
add_subdirectory(${THIRD_PARTY_DIR}/fmt EXCLUDE_FROM_ALL)
disable_target_warnings(fmt)
list(APPEND EXPORT_TARGETS fmt)
endif ()

Expand Down

0 comments on commit 122bdef

Please sign in to comment.