Skip to content

Commit fb94ebe

Browse files
committed
linux OK locally
1 parent 44ecd56 commit fb94ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/python-highs.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ if(HIPO)
2121
${hipo_sources_python}
2222
${factor_highs_sources_python}
2323
${hipo_util_sources_python}
24-
${hipo_orderings_sources})
24+
${hipo_orderings_sources_python})
2525

2626
set(headers_python ${headers_python}
2727
${hipo_headers_python}
2828
${factor_highs_headers_python}
2929
${hipo_util_headers_python}
30-
${hipo_orderings_headers})
30+
${hipo_orderings_headers_python})
3131

3232
endif()
3333

0 commit comments

Comments
 (0)