Fix a typo in CMake config: STRINGS -> STRING
This commit is contained in:
parent
61c5a51604
commit
6f01b6ebb6
@ -250,7 +250,7 @@ if (FMT_INSTALL)
|
||||
"Installation directory for libraries, relative to "
|
||||
"${CMAKE_INSTALL_PREFIX}.")
|
||||
|
||||
set_verbose(FMT_INC_DIR ${CMAKE_INSTALL_INCLUDEDIR}/fmt CACHE STRINGS
|
||||
set_verbose(FMT_INC_DIR ${CMAKE_INSTALL_INCLUDEDIR}/fmt CACHE STRING
|
||||
"Installation directory for include files, relative to "
|
||||
"${CMAKE_INSTALL_PREFIX}.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user