Skip to content

Commit

Permalink
Merge pull request #193 from FrancoisCarouge/fix-cmake-find-package-c…
Browse files Browse the repository at this point in the history
…onfig-name-path

[cmake] fix find package name and path mixed typography
  • Loading branch information
offa committed Dec 20, 2022
2 parents 09b42ce + f48e474 commit 356bbc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Install.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

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

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

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

0 comments on commit 356bbc8

Please sign in to comment.