mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
cmake: fix to use variable for the curl namespace
Replace (wrong) literal with a variable to specify the curl namespace. Follow-up to1199308dbc#11505 Reported-by: balikalina on Github Fixes1199308dbc (r123923098)Closes #11629
This commit is contained in:
parent
fc9bfb1452
commit
121e60b958
@ -35,4 +35,4 @@ include("${CMAKE_CURRENT_LIST_DIR}/@TARGETS_EXPORT_NAME@.cmake")
|
||||
check_required_components("@PROJECT_NAME@")
|
||||
|
||||
# Alias for either shared or static library
|
||||
add_library(curl::libcurl ALIAS curl::@LIB_SELECTED@)
|
||||
add_library(@PROJECT_NAME@::libcurl ALIAS @PROJECT_NAME@::@LIB_SELECTED@)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user