Install MetaCall into local directory once it is built
viferga opened this issue · 1 comments
viferga commented
For installing into a local directory, you have to use this flag during configuration: CMAKE_INSTALL_PREFIX
.
For example:
-DCMAKE_INSTALL_PREFIX=%loc%/metacall
Here you have the documentation: https://cmake.org/cmake/help/v3.0/variable/CMAKE_INSTALL_PREFIX.html
viferga commented
Solved:
distributable-windows/build.bat
Line 79 in 6cf6f40