mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-07 08:49:12 +01:00
fix(Foundation): Correct target_link_libraries to link properly with static build also
This commit is contained in:
@@ -65,7 +65,7 @@ else()
|
||||
target_compile_definitions(Foundation PUBLIC UTF8PROC_STATIC)
|
||||
endif()
|
||||
|
||||
target_link_libraries(Foundation PRIVATE V8::DoubleConversion)
|
||||
target_link_libraries(Foundation PRIVATE "$<BUILD_LOCAL_INTERFACE:V8::DoubleConversion>")
|
||||
|
||||
add_library(Poco::Foundation ALIAS Foundation)
|
||||
set_target_properties(Foundation
|
||||
|
||||
Reference in New Issue
Block a user