Skip to content

Commit

Permalink
fix(util): don't declare install include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Jan 12, 2024
1 parent 32ae840 commit f25f74b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ install(
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
)

if(ENABLE_TESTING)
Expand Down

0 comments on commit f25f74b

Please sign in to comment.