Skip to content

Commit fe12e27

Browse files
authored
build: Fix '--no-container-build' option for 'build.py' (#8000) (#8010)
1 parent 2e25cfe commit fe12e27

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/python/tritonfrontend/CMakeLists.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
# Copyright 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
#
33
# Redistribution and use in source and binary forms, with or without
44
# modification, are permitted provided that the following conditions
@@ -163,6 +163,13 @@ endif()
163163

164164
set_property(TARGET py-bindings PROPERTY OUTPUT_NAME tritonfrontend_bindings)
165165

166+
target_include_directories(
167+
py-bindings
168+
PRIVATE
169+
${repo-core_SOURCE_DIR}/include
170+
${repo-common_SOURCE_DIR}/include
171+
)
172+
166173
set_target_properties(
167174
py-bindings
168175
PROPERTIES

0 commit comments

Comments
 (0)