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 9797614 commit 5852262Copy full SHA for 5852262
src/CMakeLists.txt
@@ -78,7 +78,7 @@ set(APP_SOURCES
78
set(LIBRARY_NAME_DATACOLLECTOR DataCollector)
79
set(INCLUDE include/Monitoring)
80
add_library(${LIBRARY_NAME_DATACOLLECTOR} SHARED ${LIB_HEADERS} ${LIB_SOURCES})
81
-target_link_libraries(${LIBRARY_NAME_DATACOLLECTOR} Common InfoLogger-static ${Configuration_LIBRARIES} ${Boost_SYSTEM_LIBRARY})
+target_link_libraries(${LIBRARY_NAME_DATACOLLECTOR} Common InfoLogger ${Configuration_LIBRARIES} ${Boost_SYSTEM_LIBRARY})
82
if(APMON_FOUND)
83
target_link_libraries(${LIBRARY_NAME_DATACOLLECTOR} apmoncpp)
84
endif()
0 commit comments