We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ecd56 commit fb94ebeCopy full SHA for fb94ebe
cmake/python-highs.cmake
@@ -21,13 +21,13 @@ if(HIPO)
21
${hipo_sources_python}
22
${factor_highs_sources_python}
23
${hipo_util_sources_python}
24
- ${hipo_orderings_sources})
+ ${hipo_orderings_sources_python})
25
26
set(headers_python ${headers_python}
27
${hipo_headers_python}
28
${factor_highs_headers_python}
29
${hipo_util_headers_python}
30
- ${hipo_orderings_headers})
+ ${hipo_orderings_headers_python})
31
32
endif()
33
0 commit comments