Skip to content

Commit d3214ad

Browse files
committed
feat: cmake Delete link MonitorNet
MonitorNet is only active in the DDE, the final program does not need to link to it.
1 parent e5be450 commit d3214ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ add_executable(${PROJECT_NAME} ${DIR})
3838
#endif ()
3939

4040
#find_package(Qt${QT_VERSION} COMPONENTS ${REQUIRED_LIBS} REQUIRED)
41-
target_link_libraries(${PROJECT_NAME} MonitorInfo MonitorNet)
41+
target_link_libraries(${PROJECT_NAME} MonitorInfo)

0 commit comments

Comments
 (0)