We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please use this template for reporting suspected bugs or requests for help.
I build zeromq with norm by cmake, compile with an error as below
norm_engine.hpp:18:10: fatal error: normApi.h: No such file or directory
I write a minimal norm demo, it can compiled.
cmake_minimum_required(VERSION 3.5) project(norm_demo) find_package(norm CONFIG REQUIRED) get_target_property(INCLUDE_DIRS norm::norm INTERFACE_INCLUDE_DIRECTORIES) message(STATUS "header directories: ${INCLUDE_DIRS}") add_executable(${PROJECT_NAME} main.cpp) target_link_libraries(${PROJECT_NAME} norm::norm)
#4420
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please use this template for reporting suspected bugs or requests for help.
Issue description
I build zeromq with norm by cmake, compile with an error as below
I write a minimal norm demo, it can compiled.
Environment
Solution
#4420
The text was updated successfully, but these errors were encountered: