Skip to content

Commit

Permalink
set FMT_SYSTEM_HEADERS default to ON
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohoch committed Sep 9, 2024
1 parent 09e6cf8 commit dc10f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ option(FMT_FUZZ "Generate the fuzz target." OFF)
option(FMT_CUDA_TEST "Generate the cuda-test target." OFF)
option(FMT_OS "Include OS-specific APIs." ON)
option(FMT_MODULE "Build a module instead of a traditional library." OFF)
option(FMT_SYSTEM_HEADERS "Expose headers with marking them as system." OFF)
option(FMT_SYSTEM_HEADERS "Expose headers with marking them as system." ON)
option(FMT_UNICODE "Enable Unicode support." ON)

if (FMT_TEST AND FMT_MODULE)
Expand Down

0 comments on commit dc10f83

Please sign in to comment.