Skip to content

Commit

Permalink
Fix standard default installation target presence (#3264)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge authored Jan 11, 2023
1 parent dda5308 commit 2c80ced
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 @@ -75,7 +75,7 @@ option(FMT_WERROR "Halt the compilation with an error on compiler warnings."

# Options that control generation of various targets.
option(FMT_DOC "Generate the doc target." ${FMT_MASTER_PROJECT})
option(FMT_INSTALL "Generate the install target." ${FMT_MASTER_PROJECT})
option(FMT_INSTALL "Generate the install target." ON)
option(FMT_TEST "Generate the test target." ${FMT_MASTER_PROJECT})
option(FMT_FUZZ "Generate the fuzz target." OFF)
option(FMT_CUDA_TEST "Generate the cuda-test target." OFF)
Expand Down

0 comments on commit 2c80ced

Please sign in to comment.