Skip to content

Commit

Permalink
cmake: cleanup setup.py.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jan 24, 2025
1 parent 217a711 commit b0e2aa3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ortools/python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ setup(
],
package_data={
'@PYTHON_PROJECT@':[
'.libs/*',
$<$<STREQUAL:$<TARGET_PROPERTY:@PROJECT_NAME@,TYPE>,SHARED_LIBRARY>:'../$<TARGET_SONAME_FILE_NAME:@PROJECT_NAME@>'>
'.libs/*'
],
'@[email protected]':[
'$<TARGET_FILE_NAME:init_pybind11>',
Expand Down

0 comments on commit b0e2aa3

Please sign in to comment.