Skip to content

Commit bb461a9

Browse files
committed
drop public headers
1 parent b024953 commit bb461a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ macro(library_settings target_name)
8383
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
8484
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
8585
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
86-
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${LIBRARY_NAME}
8786
)
87+
8888
endmacro(library_settings)
8989

9090
add_library(viewshed_shared SHARED ${LIBRARY_VIEWSHED_SRC})

0 commit comments

Comments
 (0)