We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41058ee commit e7bd7f8Copy full SHA for e7bd7f8
dev/CMakeLists.txt
@@ -185,8 +185,8 @@ if (RESTINIO_DEP_FMT STREQUAL "find")
185
elseif (RESTINIO_DEP_FMT STREQUAL "local")
186
message("========================================")
187
message(STATUS "Add subdirectory fmt")
188
- add_subdirectory(fmt)
189
set(FMT_INSTALL ${RESTINIO_INSTALL})
+ add_subdirectory(fmt)
190
191
endif ()
192
0 commit comments