Skip to content

Commit 356bbc8

Browse files
authored
Merge pull request #193 from FrancoisCarouge/fix-cmake-find-package-config-name-path
[cmake] fix find package name and path mixed typography
2 parents 09b42ce + f48e474 commit 356bbc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/Install.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

2-
install(TARGETS ScopeGuard EXPORT ScopeGuard-config DESTINATION include)
2+
install(TARGETS ScopeGuard EXPORT ScopeGuardConfig DESTINATION include)
33
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/" DESTINATION include)
44

55
if( ENABLE_COMPAT_HEADER )
66
install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/generated/" DESTINATION include)
77
endif()
88

9-
install(EXPORT ScopeGuard-config DESTINATION share/scopeguard/cmake)
9+
install(EXPORT ScopeGuardConfig DESTINATION share/ScopeGuard/cmake)

0 commit comments

Comments
 (0)