Skip to content

Commit 57f18a9

Browse files
Marcus WaltherOpenModelica-Hudson
authored andcommitted
- fixed linking issue with FMULogger
1 parent 0232968 commit 57f18a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SimulationRuntime/cpp/FMU/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ if (UNIX)
1515
set_target_properties(${FMUName}_static PROPERTIES COMPILE_FLAGS -fPIC)
1616
endif(UNIX)
1717

18+
target_link_libraries (${FMUName} ${ExtensionUtilitiesName})
19+
1820
install (TARGETS ${FMUName} DESTINATION ${LIBINSTALLEXT})
1921
install (TARGETS ${FMUName}_static DESTINATION ${LIBINSTALLEXT})
2022

0 commit comments

Comments
 (0)