Skip to content

Commit

Permalink
Replace include with CMAKE_INSTALL_INCLUDEDIR
Browse files Browse the repository at this point in the history
Signed-off-by: Aiden Woodruff <[email protected]>
  • Loading branch information
bobpaw authored and joshia5 committed Sep 8, 2024
1 parent d7a64fe commit 1966945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/bob.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ endmacro(bob_end_subdir)

function(bob_end_package)
include(CMakePackageConfigHelpers)
set(INCLUDE_INSTALL_DIR include)
set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_INCLUDEDIR}")
set(LIB_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}")
set(CONFIG_CONTENT "
set(${PROJECT_NAME}_VERSION ${${PROJECT_NAME}_VERSION})
Expand Down

0 comments on commit 1966945

Please sign in to comment.