Code review comment for lp:~brandontschaefer/miral/miral

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

I mean like:

if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
    set(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "/usr install prefix" FORCE)
endif()

The debian stuff will, of course, override this

« Back to merge proposal