As a build option for mc_rtc through the MC_RTC_LOADER_DEBUG_SUFFIX build option
When using mc_rtc in an external package through the same variable (before find_packge(mc_rtc))
Also set the default suffix to be empty outside of the Windows platform
Closes #93
MC_RTC_HONOR_INSTALL_PREFIX
This CMake variable modifies the behavior of mc_rtc macros so that the install happens in the specified CMAKE_INSTALL_PREFIX rather than mc_rtc's install prefix.
This is especially useful to install mc_rtc component on a system where one has no write access to mc_rtc install location.
This is done passing -DMC_RTC_HONOR_INSTALL_PREFIX:BOOL=ON when building a package that uses mc_rtc
MC_RTC_LOADER_DEBUG_SUFFIX
Make the debug loader suffix settable
find_packge(mc_rtc)
)Also set the default suffix to be empty outside of the Windows platform
Closes #93
MC_RTC_HONOR_INSTALL_PREFIX
This CMake variable modifies the behavior of mc_rtc macros so that the install happens in the specified CMAKE_INSTALL_PREFIX rather than mc_rtc's install prefix.
This is especially useful to install mc_rtc component on a system where one has no write access to mc_rtc install location.
This is done passing
-DMC_RTC_HONOR_INSTALL_PREFIX:BOOL=ON
when building a package that uses mc_rtc