Skip to content

Commit

Permalink
[CMake] Set FMT submodule options
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Apr 28, 2024
1 parent 39b0138 commit 555e40f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ set_property(TARGET utf8proc PROPERTY FOLDER "3rdparty")
add_subdirectory(launchinfo EXCLUDE_FROM_ALL)
set_property(TARGET launchinfo PROPERTY FOLDER "3rdparty")

SET(FMT_INSTALL OFF CACHE BOOL "Generate the install target" FORCE)
SET(FMT_SYSTEM_HEADERS ON CACHE BOOL "Expose headers with marking them as system." FORCE)
add_subdirectory(fmt EXCLUDE_FROM_ALL)
set_property(TARGET fmt PROPERTY FOLDER "3rdparty")

Expand Down

0 comments on commit 555e40f

Please sign in to comment.