Skip to content

Build zeromq with norm #4419

@cc-hng

Description

@cc-hng

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions