We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09b42ce + f48e474 commit 356bbc8Copy full SHA for 356bbc8
cmake/Install.cmake
@@ -1,9 +1,9 @@
1
2
-install(TARGETS ScopeGuard EXPORT ScopeGuard-config DESTINATION include)
+install(TARGETS ScopeGuard EXPORT ScopeGuardConfig DESTINATION include)
3
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/" DESTINATION include)
4
5
if( ENABLE_COMPAT_HEADER )
6
install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/generated/" DESTINATION include)
7
endif()
8
9
-install(EXPORT ScopeGuard-config DESTINATION share/scopeguard/cmake)
+install(EXPORT ScopeGuardConfig DESTINATION share/ScopeGuard/cmake)
0 commit comments