Skip to content

Commit

Permalink
CMakeLists: set FMT_INSTALL OFF
Browse files Browse the repository at this point in the history
See: fmtlib/fmt#3264

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
  • Loading branch information
Matan-B committed Aug 15, 2024
1 parent 8ab09a4 commit 447b6fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ else()
message(STATUS "Building fmt as submodule")
set(old_BUILD_SHARED_LIBS ${BUILD_SHARED_LIBS})
set(BUILD_SHARED_LIBS FALSE)
set(FMT_INSTALL OFF)
add_subdirectory(fmt)
set(BUILD_SHARED_LIBS ${old_BUILD_SHARED_LIBS})
unset(old_BUILD_SHARED_LIBS)
Expand Down

0 comments on commit 447b6fe

Please sign in to comment.