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
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