Skip to content

Commit 5bf5fa2

Browse files
committed
added cmake config
1 parent f314b12 commit 5bf5fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ install(TARGETS geodesy
5757
install(EXPORT geodesyTargets
5858
FILE geodesyTargets.cmake
5959
NAMESPACE dso::
60-
DESTINATION lib/cmake/geodesy
60+
DESTINATION lib/cmake
6161
)
6262

6363
include(CMakePackageConfigHelpers)
@@ -69,5 +69,5 @@ write_basic_package_version_file(
6969
)
7070

7171
install(FILES "geodesyConfig.cmake" "${CMAKE_CURRENT_BINARY_DIR}/geodesyConfigVersion.cmake"
72-
DESTINATION lib/cmake/dso
72+
DESTINATION lib/cmake
7373
)

0 commit comments

Comments
 (0)