Fix missing libraries in Flute Python wrapper (linking).
This commit is contained in:
parent
881e97bbd3
commit
79d8461c8f
|
@ -31,6 +31,7 @@
|
||||||
set( depLibs flute
|
set( depLibs flute
|
||||||
${CORIOLIS_LIBRARIES}
|
${CORIOLIS_LIBRARIES}
|
||||||
${HURRICANE_PYTHON_LIBRARIES}
|
${HURRICANE_PYTHON_LIBRARIES}
|
||||||
|
${HURRICANE_LIBRARIES}
|
||||||
${UTILITIES_LIBRARY}
|
${UTILITIES_LIBRARY}
|
||||||
|
|
||||||
-lutil
|
-lutil
|
||||||
|
|
Loading…
Reference in New Issue