Skip to content

Commit a378a1a

Browse files
author
Marcus Walther
committed
- try to fix OSX Cpp-Runtime Job
1 parent bd69748 commit a378a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(${DataExchangeName})
55
add_library(${DataExchangeName} SHARED SimData.cpp FactoryExport.cpp XmlPropertyReader.cpp)
66

77
IF(NOT BOOST_STATIC_LINKING)
8-
target_link_libraries (${DataExchangeName} ${Boost_LIBRARIES})
8+
target_link_libraries (${DataExchangeName} ${Boost_LIBRARIES} ${ExtensionUtilitiesName})
99
ENDIF(NOT BOOST_STATIC_LINKING)
1010

1111
include_directories(${SUNDIALS_INCLUDE_DIR}/cvodes ${SUNDIALS_INCLUDE_DIR}/nvector ${SUNDIALS_INCLUDE_DIR}/sundials ${SUNDIALS_INCLUDE_DIR})

0 commit comments

Comments
 (0)