metacall/distributable-windows

Install MetaCall into local directory once it is built

viferga opened this issue · 1 comments

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

Solved:

-DCMAKE_INSTALL_PREFIX="%loc%" ^