Skip to content
Snippets Groups Projects
Commit 04f8e8b6 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

OSB-6: modified NPMInstall.cmake - missing cmake install prefix

parent cdbb79a1
Branches
Tags
2 merge requests!89Monitoring maintenance Epic branch merge,!1Resolve OSB-13 "Monitoringmaintenance "
......@@ -112,7 +112,7 @@ function(npm_install NPM_PACKAGE_SPECIFICATION)
message(${NPM_INSTALL_DESTINATION})
install(DIRECTORY ${NPM_BINARY_DIR}/build/ DESTINATION ${NPM_INSTALL_DESTINATION})
install(DIRECTORY ${NPM_BINARY_DIR}/build/ DESTINATION ${CMAKE_INSTALL_PREFIX}/${NPM_INSTALL_DESTINATION})
endfunction(npm_install)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment