mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
(Suggested change for genrevisions default path retained to avoid breaking earlier builds, and it's not really a "server binary") Fixes issue 3366 --HG-- branch : trunk
7 lines
139 B
CMake
7 lines
139 B
CMake
IF(WIN32)
|
|
IF(NOT CYGWIN)
|
|
SET(CMAKE_INSTALL_PREFIX
|
|
"" CACHE PATH "Default install path")
|
|
ENDIF(NOT CYGWIN)
|
|
ENDIF(WIN32)
|