Skip to content

Commit 92d78a4

Browse files
committed
Only install DLL
1 parent 54963a8 commit 92d78a4

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
@@ -43,4 +43,4 @@ endif()
4343

4444
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/src/config.h" "${CMAKE_CURRENT_BINARY_DIR}/src/modbus-version.h" DESTINATION "include")
4545

46-
install(TARGETS libmodbus COMPONENT runtime)
46+
install(TARGETS libmodbus RUNTIME DESTINATION bin COMPONENT runtime)

0 commit comments

Comments
 (0)