We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb667e commit 7a4d996Copy full SHA for 7a4d996
ortools/python/setup.py.in
@@ -140,7 +140,7 @@ setup(
140
'@PYTHON_PROJECT@.util.python':[
141
'$<TARGET_FILE_NAME:sorted_interval_list_pybind11>',
142
'$<TARGET_FILE_NAME:solve_interrupter_pybind11>',
143
- '$<TARGET_FILE_NAME:solve_interrupter_testing_pybind11>',
+ $<$<TARGET_EXISTS:solve_interrupter_testing_pybind11>:'$<TARGET_FILE_NAME:solve_interrupter_testing_pybind11>',>
144
'*.pyi'
145
],
146
},
0 commit comments