Skip to content

Commit

Permalink
Merge branch 'master' into 0.7-dev-0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eao197 committed Jan 31, 2024
2 parents 1ca8e51 + 4d61e10 commit 1d5106e
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 1d5106e

Please sign in to comment.