diff --git a/cmake/Install.cmake b/cmake/Install.cmake index 51a36f4..92caf5f 100644 --- a/cmake/Install.cmake +++ b/cmake/Install.cmake @@ -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)