cmake: add USE_LIBFMT option

This commit is contained in:
Rosalie Wanders
2023-08-12 13:43:22 +02:00
parent d4a29dd609
commit d499c1a2d4
+1
View File
@@ -12,6 +12,7 @@ option(VRU "Enables VRU support in RMG-Input" ON)
option(USE_CCACHE "Enables usage of ccache when ccache has been found" ON)
option(USE_LTO "Enables building with LTO/IPO when compiler supports it" ON)
option(NO_RUST "Disables the building of rust subprojects" OFF)
option(USE_LIBFMT "Enables usage of libfmt instead of using std::format" OFF)
project(RMG)