You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Building rabbitmq as a shared library - no
-- Building rabbitmq as a static library - yes
-- Configuring incomplete, errors occurred!
CMake Error at librabbitmq/CMakeLists.txt:143 (set_target_properties):
set_target_properties Can not find target to add properties to: rabbitmq
Seems like there is a dependency on the shared target, but I'm only compiling the static target.
The text was updated successfully, but these errors were encountered:
Corrects bug where cmake fails on MacOS when building static-only
library with an error that looks like:
CMake Error at librabbitmq/CMakeLists.txt:143 (set_target_properties):
set_target_properties Can not find target to add properties to: rabbitmq
Fixed: #796
Signed-off-by: GitHub <[email protected]>
Corrects bug where cmake fails on MacOS when building static-only
library with an error that looks like:
CMake Error at librabbitmq/CMakeLists.txt:143 (set_target_properties):
set_target_properties Can not find target to add properties to: rabbitmq
Fixed: #796
Signed-off-by: GitHub <[email protected]>
macos, not cross-compiling, using cmake 3.27.
CMake arguments include:
Error during configure phase:
Seems like there is a dependency on the shared target, but I'm only compiling the static target.
The text was updated successfully, but these errors were encountered: