libzmq
libzmq copied to clipboard
build (cmake): `ZMQ_BUILD_FRAMEWORK` causes configure errors
Issue description
Passing -DZMQ_BUILD_FRAMEWORK=ON
to Cmake causes errors.
Environment
- libzmq version (commit hash if unreleased): ee29bcd64ac257e3e8c20ffa0fe8093f697fe429
- OS: macOS
Minimal test code / Steps to reproduce the issue
-
cmake -B build -DZMQ_BUILD_FRAMEWORK=ON
What's the actual result?
CMake Error at CMakeLists.txt:1294 (add_custom_command):
No TARGET 'libzmq' has been created in this directory.
....
-- Configuring incomplete, errors occurred!
What's the expected result?
No errors.