Skip to content

Commit f25f74b

Browse files
committed
fix(util): don't declare install include dir
1 parent 32ae840 commit f25f74b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

util/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ install(
1818
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
1919
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
2020
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
21-
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
2221
)
2322

2423
if(ENABLE_TESTING)

0 commit comments

Comments
 (0)