mirror of
https://github.com/ProjectSkyfire/SkyFire_548
synced 2026-08-18 06:32:13 -04:00
18 lines
599 B
CMake
18 lines
599 B
CMake
#
|
|
# This file is part of Project SkyFire https://www.projectskyfire.org.
|
|
# See COPYRIGHT file for Copyright information
|
|
#
|
|
|
|
# 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()
|