Skip to content

Commit c74e9fb

Browse files
authored
Fix CMakeLists.txt (#152)
1 parent 69813e1 commit c74e9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ target_include_directories(${PROJECT_NAME}
6767
${CMAKE_CURRENT_SOURCE_DIR}
6868
PUBLIC
6969
# where top-level project will look for the library's public headers
70-
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}
70+
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
7171
# where external projects will look for the library's public headers
7272
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/smtpmime>
7373
)

0 commit comments

Comments
 (0)