own fix: q ring of amphitheater? last chain quest (vladof@zuldrak)
[st4rcore.git] / PreLoad.cmake
bloba6dc928b90655924859424b21de1b2227214cf65
1 # Copyright (C) 2005-2010 Trinity <http://www.trinitycore.org/>
3 # This file is free software; as a special exception the author gives
4 # unlimited permission to copy and/or distribute it, with or without
5 # modifications, as long as this notice is preserved.
7 # This program is distributed in the hope that it will be useful, but
8 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 # This file is run right before CMake starts configuring the sourcetree
13 # Example: Force CMAKE_INSTALL_PREFIX to be preloaded with something before
14 # doing the actual first "configure"-part - allows for hardforcing
15 # destinations elsewhere in the CMake buildsystem (commented out on purpose)
17 # Override CMAKE_INSTALL_PREFIX on Windows platforms
18 #if( WIN32 )
19 #  if( NOT CYGWIN )
20 #    set(CMAKE_INSTALL_PREFIX
21 #      "" CACHE PATH "Default install path")
22 #  endif()
23 #endif()