Fix eventhubs manifest (#4812)

* Move eventhubs under messaging

* Update cmakefile

* cspell

* Do it the other way

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2023-07-20 12:27:23 -07:00 committed by GitHub
parent b95686b354
commit 7d52c01d18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
namespace LocalTest {
int i = 0;
void ProcesMessageSuccess(Azure::Core::Amqp::Models::AmqpMessage const& message)
void ProcessMessageSuccess(Azure::Core::Amqp::Models::AmqpMessage const& message)
{
(void)message;
std::cout << "Message Id: " << i++ << std::endl;

View File

@ -9,7 +9,7 @@ vcpkg_from_github(
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}/sdk/messaging/azure-messaging-eventhubs/"
SOURCE_PATH "${SOURCE_PATH}/sdk/eventhubs/azure-messaging-eventhubs/"
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
-DBUILD_TESTING=OFF