EverWrath/src/cmake/platform/after_platform.cmake
2017-12-21 00:48:33 +01:00

4 lines
135 B
CMake

if( NOT CONF_DIR )
set(CONF_DIR ${CMAKE_INSTALL_PREFIX})
message(STATUS "Using installation path for configuration files")
endif()