Skip to content

Commit

Permalink
Set FMT_INSTALL to false at the top level
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored and Web-eWorks committed Apr 27, 2024
1 parent 12f93ca commit 2888d38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ find_package(Threads REQUIRED)
find_package(Freetype REQUIRED)
find_package(OpenGL REQUIRED)

set(FMT_INSTALL OFF CACHE BOOL "Enable install of libfmt" FORCE)

add_subdirectory(contrib/lz4)
add_subdirectory(contrib/fmt)

Expand Down

0 comments on commit 2888d38

Please sign in to comment.