We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e066455 commit b039168Copy full SHA for b039168
ortools/python/setup.py.in
@@ -128,7 +128,7 @@ setup(
128
'@PYTHON_PROJECT@.util.python':[
129
'$<TARGET_FILE_NAME:sorted_interval_list_pybind11>',
130
'$<TARGET_FILE_NAME:solve_interrupter_pybind11>',
131
- '$<TARGET_FILE_NAME:solve_interrupter_testing_pybind11>',
+ $<$<TARGET_EXISTS:solve_interrupter_testing_pybind11>:'$<TARGET_FILE_NAME:solve_interrupter_testing_pybind11>',>
132
'*.pyi'
133
],
134
},
0 commit comments