]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: fix to use variable for the curl namespace
authorViktor Szakats <commit@vsz.me>
Tue, 8 Aug 2023 13:03:58 +0000 (13:03 +0000)
committerViktor Szakats <commit@vsz.me>
Wed, 9 Aug 2023 12:01:46 +0000 (12:01 +0000)
commit121e60b958a563b483cb33d6c0ca89cb5e0d7101
tree2308c8d71300e3c84675f0f2854ffb18fd25406f
parentfc9bfb14520712672b4784e8b48256fb29204011
cmake: fix to use variable for the curl namespace

Replace (wrong) literal with a variable to specify the curl
namespace.

Follow-up to 1199308dbc902c52be67fc805c72dd2582520d30 #11505

Reported-by: balikalina on Github
Fixes https://github.com/curl/curl/commit/1199308dbc902c52be67fc805c72dd2582520d30#r123923098
Closes #11629
CMake/curl-config.cmake.in