Hardcoded windows install paths in simopenpass/gui on branch 'servant' and 'itk'
The Problem
In multiple CMakeLists' under simopenpass/gui, hardcoded path for Windows can be found:
RUNTIME_OUTPUT_DIRECTORY "C:/OpenPASS/bin/gui"
This will not work for linux builds.
Possible solutions
- GUI should either be installed relative to
CMAKE_INSTALL_PREFIX
- or get its own
CMAKE_INSTALL_PREFIX
when deployed as stand-alone application
Edited by Robin Caloudis