1
0
mirror of https://github.com/microsoft/GSL.git synced 2025-03-21 04:54:19 -04:00

Fix naming of exported CMake configuration file

This commit is contained in:
Stefan Reinhold 2018-07-17 17:56:11 +02:00
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)