mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
6 lines
88 B
CMake
6 lines
88 B
CMake
# set installation prefix
|
|
if( PREFIX )
|
|
set(CMAKE_INSTALL_PREFIX "${PREFIX}")
|
|
endif()
|
|
|