diff options
Diffstat (limited to 'data/conf')
| -rw-r--r-- | data/conf/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/conf/CMakeLists.txt b/data/conf/CMakeLists.txt index 29ab1c8..d0bce4d 100644 --- a/data/conf/CMakeLists.txt +++ b/data/conf/CMakeLists.txt @@ -7,10 +7,10 @@ ############################################################################### # CURRENT DIRECTORY FILES ############################################################################### -IF ( Server ) +IF ( WITH_SERVER ) CONFIGURE_FILE ( ${CMAKE_SOURCE_DIR}/data/conf/arena.conf.in ${CMAKE_SOURCE_DIR}/data/conf/arena.conf ) FILE ( GLOB files "*.conf" ) INSTALL ( FILES ${files} DESTINATION ${CMAKE_INSTALL_ETCDIR}/${APPNAME} ) -ENDIF ( Server ) -###############################################################################
\ No newline at end of file +ENDIF ( WITH_SERVER ) +############################################################################### |