Commit 54ad621
authored
cmake: Fix redundant dependency for build-version.inc (#6549)
The custom command to generate build-version.inc was being depended on
in two ways by the SPIRV-Tools-static target.
This caused issues with the Xcode "new build system" which does not
allow
this.
This change removes the redundant dependency through the
spirv-tools-build-version target. The dependency through the source file
properties on software_version.cpp is sufficient.
The spirv-tools-build-version target has also been removed since it is
no longer used and was only a convenience target.
Fixes #65481 parent e16e629 commit 54ad621
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | 152 | | |
158 | 153 | | |
159 | 154 | | |
| |||
340 | 335 | | |
341 | 336 | | |
342 | 337 | | |
343 | | - | |
| 338 | + | |
344 | 339 | | |
345 | 340 | | |
346 | 341 | | |
| |||
0 commit comments