projects
/
platform
/
upstream
/
SPIRV-Headers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a8c9fe
)
removed excesive space in configure_file() line
author
Tomasz Kłoczko
<kloczek@github.com>
Wed, 19 May 2021 17:23:31 +0000
(18:23 +0100)
committer
Tomasz Kłoczko
<kloczek@github.com>
Wed, 19 May 2021 17:23:31 +0000
(18:23 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
8b94c29
..
d497210
100644
(file)
--- 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