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

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Kristian Arntzen <hans-kristian.arntzen@arm.com>2018-08-04 17:31:20 +0300
committerGitHub <noreply@github.com>2018-08-04 17:31:20 +0300
commit5ba15a5a2fe8cc5c03f4f32bb5eea875fad4b4ce (patch)
tree33b5ba9e77d81e028781ab478a6a2936f6b53db5
parent162eee632599cd077972ee1d88b341eedbcfdf27 (diff)
parentdf6574d76491a090a054987999c62f9fcf9e3947 (diff)
Merge pull request #652 from yangjian/master
fix typo in CMakeLists.txt
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2849b695..1f5eaec3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -72,7 +72,7 @@ macro(spirv_cross_add_library name config_name)
PUBLIC_HEADER DESTINATION include/spirv_cross)
install(FILES ${hdrs} DESTINATION include/spirv_cross)
install(EXPORT ${config_name}Config DESTINATION share/${config_name}/cmake)
- export(TARGETS ${targets} FILE ${config_name}Config.cmake)
+ export(TARGETS ${name} FILE ${config_name}Config.cmake)
endmacro()