Skip to content

Commit 673e4ea

Browse files
committed
Install plugins under extensions.
1 parent 4db377c commit 673e4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mo2_cpp.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ function(mo2_install_plugin TARGET)
330330
if (${MO2_FOLDER})
331331
install(TARGETS ${TARGET} RUNTIME DESTINATION ${MO2_INSTALL_BIN}/plugins/$<TARGET_FILE_BASE_NAME:${TARGET}>)
332332
else()
333-
install(TARGETS ${TARGET} RUNTIME DESTINATION ${MO2_INSTALL_BIN}/plugins)
333+
install(TARGETS ${TARGET} RUNTIME DESTINATION bin/extensions/${CMAKE_PROJECT_NAME}/plugins)
334334
endif()
335335

336336
if (NOT MO2_INSTALL_IS_BIN)

0 commit comments

Comments
 (0)