diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e5f4929dc..2436d328df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1479,7 +1479,7 @@ endif() foreach(target ${build_targets}) target_include_directories( ${target} PUBLIC $ - $ $) + $ $) if(ENABLE_DRAFTS) target_compile_definitions(${target} PUBLIC ZMQ_BUILD_DRAFT_API)