Skip to content
New issue

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

Build zeromq with norm #4419

Closed
cc-hng opened this issue Sep 1, 2022 · 0 comments
Closed

Build zeromq with norm #4419

cc-hng opened this issue Sep 1, 2022 · 0 comments

Comments

@cc-hng
Copy link

cc-hng commented Sep 1, 2022

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

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)

Environment

Solution

#4420

@cc-hng cc-hng closed this as completed Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant