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.
1 parent 0185ac7 commit 1fb705dCopy full SHA for 1fb705d
mo2_cpp.cmake
@@ -319,7 +319,7 @@ function(mo2_install_plugin TARGET)
319
if (${MO2_FOLDER})
320
install(TARGETS ${TARGET} RUNTIME DESTINATION ${MO2_INSTALL_BIN}/plugins/$<TARGET_FILE_BASE_NAME:${TARGET}>)
321
else()
322
- install(TARGETS ${TARGET} RUNTIME DESTINATION ${MO2_INSTALL_BIN}/plugins)
+ install(TARGETS ${TARGET} RUNTIME DESTINATION bin/extensions/${CMAKE_PROJECT_NAME}/plugins)
323
endif()
324
325
if (NOT MO2_INSTALL_IS_BIN)
0 commit comments