mirror of
https://github.com/microsoft/GSL.git
synced 2025-03-12 22:28:06 -04:00
Fix naming of exported CMake configuration file
This commit is contained in:
parent
e2b57d16f9
commit
e3ffe1c5cb
@ -83,7 +83,7 @@ install(
|
||||
)
|
||||
# Make library importable by other projects
|
||||
install(EXPORT Microsoft.GSLConfig NAMESPACE Microsoft.GSL:: DESTINATION share/Microsoft.GSL/cmake)
|
||||
export(TARGETS GSL NAMESPACE Microsoft.GSL:: FILE GSLConfig.cmake)
|
||||
export(TARGETS GSL NAMESPACE Microsoft.GSL:: FILE Microsoft.GSLConfig.cmake)
|
||||
|
||||
option(GSL_TEST "Generate tests." ${GSL_STANDALONE_PROJECT})
|
||||
if (GSL_TEST)
|
||||
|
Loading…
x
Reference in New Issue
Block a user