Skip to content

Commit 1fb705d

Browse files
committed
Install plugins under extensions.
1 parent 0185ac7 commit 1fb705d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mo2_cpp.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ function(mo2_install_plugin TARGET)
319319
if (${MO2_FOLDER})
320320
install(TARGETS ${TARGET} RUNTIME DESTINATION ${MO2_INSTALL_BIN}/plugins/$<TARGET_FILE_BASE_NAME:${TARGET}>)
321321
else()
322-
install(TARGETS ${TARGET} RUNTIME DESTINATION ${MO2_INSTALL_BIN}/plugins)
322+
install(TARGETS ${TARGET} RUNTIME DESTINATION bin/extensions/${CMAKE_PROJECT_NAME}/plugins)
323323
endif()
324324

325325
if (NOT MO2_INSTALL_IS_BIN)

0 commit comments

Comments
 (0)