2010-08-12 19:13:15 +02:00
|
|
|
#
|
2022-12-24 14:11:10 -06:00
|
|
|
# This file is part of Project SkyFire https://www.projectskyfire.org.
|
|
|
|
|
# See COPYRIGHT file for Copyright information
|
2010-08-12 19:13:15 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# This file is run right before CMake starts configuring the sourcetree
|
|
|
|
|
|
|
|
|
|
# Example: Force CMAKE_INSTALL_PREFIX to be preloaded with something before
|
|
|
|
|
# doing the actual first "configure"-part - allows for hardforcing
|
|
|
|
|
# destinations elsewhere in the CMake buildsystem (commented out on purpose)
|
|
|
|
|
|
|
|
|
|
# Override CMAKE_INSTALL_PREFIX on Windows platforms
|
|
|
|
|
#if( WIN32 )
|
|
|
|
|
# if( NOT CYGWIN )
|
|
|
|
|
# set(CMAKE_INSTALL_PREFIX
|
|
|
|
|
# "" CACHE PATH "Default install path")
|
|
|
|
|
# endif()
|
|
|
|
|
#endif()
|