Skip to content

Commit 9b7a2f4

Browse files
authored
Merge pull request #2 from Deneuki/fix/install_libary_2
Only install DLL
2 parents 54963a8 + 92d78a4 commit 9b7a2f4

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)