We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69813e1 commit c74e9fbCopy full SHA for c74e9fb
src/CMakeLists.txt
@@ -67,7 +67,7 @@ target_include_directories(${PROJECT_NAME}
67
${CMAKE_CURRENT_SOURCE_DIR}
68
PUBLIC
69
# where top-level project will look for the library's public headers
70
- $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}
+ $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
71
# where external projects will look for the library's public headers
72
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/smtpmime>
73
)
0 commit comments