option(INSTALL_TO_OPT "Install to proprietary /opt hierarchy" FALSE) if(INSTALL_TO_OPT) string(TOLOWER "/opt/${ORGANIZATION_NAME}/${PROJECT_NAME}" CMAKE_INSTALL_PREFIX) endif()