Skip to content

Commit

Permalink
Force to install at lib and include subdir
Browse files Browse the repository at this point in the history
Idk why they sometimes would install on lib64, deal with this later.
  • Loading branch information
cindytsai committed Nov 15, 2023
1 parent adf6513 commit ab59c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ set_target_properties(yt PROPERTIES
### libyt INSTALLATION RULE ###
include(GNUInstallDirs)
install(TARGETS yt
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
LIBRARY DESTINATION lib
PUBLIC_HEADER DESTINATION include)

0 comments on commit ab59c8a

Please sign in to comment.