Skip to content

Commit a9abb10

Browse files
sparistDawn LUCI CQ
authored andcommitted
Replace CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR
Change-Id: Ib4889cbe67b6b2b5434ad36814f872bf2912ec45 Bug: dawn:1974 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/146740 Reviewed-by: Ben Clayton <[email protected]> Kokoro: Kokoro <[email protected]> Commit-Queue: Ben Clayton <[email protected]> Reviewed-by: Austin Eng <[email protected]>
1 parent 345e06f commit a9abb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dawn/node/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
set(DAWN_NODE_GEN_DIR "${DAWN_BUILD_GEN_DIR}/node")
16-
set(IDLGEN_TOOL_DIR "${CMAKE_SOURCE_DIR}/tools/src/cmd/idlgen")
16+
set(IDLGEN_TOOL_DIR "${PROJECT_SOURCE_DIR}/tools/src/cmd/idlgen")
1717

1818
# idlgen() is a function that uses the tools/src/cmd/idlgen/main.go tool to
1919
# generate code from an IDL file and template.

0 commit comments

Comments
 (0)