Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Reinhold <sre@informatik.uni-kiel.de>2018-07-17 18:56:11 +0300
committerStefan Reinhold <sre@informatik.uni-kiel.de>2018-07-17 18:56:11 +0300
commite3ffe1c5cbc11b01c535365acdde0a3e2fc6c2a3 (patch)
tree06039bbce31745f0caeb4c71502fe7e97435607d /CMakeLists.txt
parente2b57d16f92b7d4fa8363dfefcced940dd658645 (diff)
Fix naming of exported CMake configuration file
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7cf29a7..c10d025 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)