Skip to content

Commit

Permalink
Fix WITH_YDER condition
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Nov 14, 2023
1 parent 155c2c1 commit a060344
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@ if (WITH_YDER)
target_link_libraries(ulfius_static PUBLIC $<TARGET_NAME:Yder::Yder>)
endif()
endif ()
set(U_DISABLE_YDER OFF)
else ()
set(U_DISABLE_YDER ON)
endif ()

# build uwsc
Expand Down

0 comments on commit a060344

Please sign in to comment.