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.
2 parents 54963a8 + 92d78a4 commit 9b7a2f4Copy full SHA for 9b7a2f4
CMakeLists.txt
@@ -43,4 +43,4 @@ endif()
43
44
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/src/config.h" "${CMAKE_CURRENT_BINARY_DIR}/src/modbus-version.h" DESTINATION "include")
45
46
-install(TARGETS libmodbus COMPONENT runtime)
+install(TARGETS libmodbus RUNTIME DESTINATION bin COMPONENT runtime)
0 commit comments