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
Passing -DZMQ_BUILD_FRAMEWORK=ON to Cmake causes errors.
Environment
libzmq version (commit hash if unreleased): ee29bcd
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.
The text was updated successfully, but these errors were encountered:
Issue description
Passing
-DZMQ_BUILD_FRAMEWORK=ON
to Cmake causes errors.Environment
Minimal test code / Steps to reproduce the issue
cmake -B build -DZMQ_BUILD_FRAMEWORK=ON
What's the actual result?
What's the expected result?
No errors.
The text was updated successfully, but these errors were encountered: