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

github.com/KhronosGroup/SPIRV-Headers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Kłoczko <kloczek@github.com>2021-05-19 20:23:31 +0300
committerTomasz Kłoczko <kloczek@github.com>2021-05-19 20:23:31 +0300
commit4f87476e1d1ef12a1b240e703a100aa27bb74066 (patch)
tree091cf9d98d0aaa70d868f014f514680c780f6b2f /CMakeLists.txt
parent1a8c9feb909c38d859963394f8b6c184f6ad9c2b (diff)
removed excesive space in configure_file() line
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 8b94c29..d497210 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -125,7 +125,7 @@ if (SPIRV_HEADERS_ENABLE_INSTALL)
DESTINATION "${config_install_dir}"
)
- configure_file(${CMAKE_SOURCE_DIR}/spirv-headers.pc.in ${CMAKE_BINARY_DIR}/spirv-headers.pc @ONLY )
+ configure_file(${CMAKE_SOURCE_DIR}/spirv-headers.pc.in ${CMAKE_BINARY_DIR}/spirv-headers.pc @ONLY)
install(
FILES "${CMAKE_BINARY_DIR}/spirv-headers.pc"
DESTINATION ${CMAKE_INSTALL_DATADIR}/pkgconfig