acidrainstudios / TrueReality

True Reality (TR) is an open source LGPL Game and Simulation Engine written entirely in Standard C++ and OpenGL. It runs on all Windows platforms and GNU/Linux. OpenSceneGraph is used as its graphics engine, along with many other open source projects for support of various features.
GNU Lesser General Public License v3.0
12 stars 7 forks source link

Enable the use of CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT in TR #136

Closed DieSlower closed 4 years ago

DieSlower commented 4 years ago

CMake install paths use custom logic to set the default install path for TR. This could be enhanced by using CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT variable.