Skip to content

Commit

Permalink
fixed cmake install directory
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Nov 30, 2022
1 parent f3727bb commit ff07aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ install(

### Package config
include(CMakePackageConfigHelpers)
set(CONFIG_INSTALL_DESTINATION lib/cmake/${PROJECT_NAME})
set(CONFIG_INSTALL_DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME})

export(EXPORT ${PROJECT_NAME}Exports
NAMESPACE ${PROJECT_NAME}::
Expand Down

0 comments on commit ff07aa5

Please sign in to comment.