Skip to content

Commit

Permalink
Merge branch '0.7-dev-0.7.2' into 0.7-dev-0.7.2-issue-208
Browse files Browse the repository at this point in the history
  • Loading branch information
eao197 committed Jan 31, 2024
2 parents f26c5f5 + 1d5106e commit e0ef055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/restinio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ if ("${RESTINIO_EXPLICIT_CPPSTD}" STREQUAL "17"
# conditional block.
endif()

if (RESTINIO_DEP_FMT STREQUAL "system")
if (RESTINIO_DEP_EXPECTED_LITE STREQUAL "system")
message(STATUS "Using system expected-lite")
elseif (TARGET expected-lite::expected-lite)
target_link_libraries(${RESTINIO_LIBRARY_NAME} INTERFACE expected-lite::expected-lite)
Expand Down

0 comments on commit e0ef055

Please sign in to comment.