Skip to content

Commit

Permalink
Merge pull request #152 from NOAA-EMC/ejh_cmake
Browse files Browse the repository at this point in the history
fixed cmake install directory
  • Loading branch information
edwardhartnett authored Nov 30, 2022
2 parents f3727bb + ff07aa5 commit 73fd4a4
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 73fd4a4

Please sign in to comment.