diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-09-03 20:07:57 +0200 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-09-03 20:07:57 +0200 |
| commit | bf5431fb3cd6fb0ab46c8a7978a1470123ef727e (patch) | |
| tree | 03651d7062cdf6a32291d2d63f3fbef99716c27a /data/conf | |
| parent | 84ac032dc272e78f9969c89d8a4e974b8687d86a (diff) | |
WITH!=BUILD
Diffstat (limited to 'data/conf')
| -rw-r--r-- | data/conf/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/conf/CMakeLists.txt b/data/conf/CMakeLists.txt index d0bce4d..b57ed63 100644 --- a/data/conf/CMakeLists.txt +++ b/data/conf/CMakeLists.txt @@ -7,10 +7,10 @@ ############################################################################### # CURRENT DIRECTORY FILES ############################################################################### -IF ( WITH_SERVER ) +IF ( BUILD_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 ( WITH_SERVER ) +ENDIF ( BUILD_SERVER ) ############################################################################### |