Skip to content

Commit e7bd7f8

Browse files
authored
fixup
1 parent 41058ee commit e7bd7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ if (RESTINIO_DEP_FMT STREQUAL "find")
185185
elseif (RESTINIO_DEP_FMT STREQUAL "local")
186186
message("========================================")
187187
message(STATUS "Add subdirectory fmt")
188-
add_subdirectory(fmt)
189188
set(FMT_INSTALL ${RESTINIO_INSTALL})
189+
add_subdirectory(fmt)
190190
message("========================================")
191191
endif ()
192192

0 commit comments

Comments
 (0)