diff CMakeLists.txt @ 6:99df34265b40

disabled the user's ability to select backend since there is only one backend
author Robert McIntyre <rlm@mit.edu>
date Tue, 25 Oct 2011 13:25:47 -0700
parents 82b9267a3e19
children 37f25cb34196
line wrap: on
line diff
     1.1 --- a/CMakeLists.txt	Tue Oct 25 13:18:35 2011 -0700
     1.2 +++ b/CMakeLists.txt	Tue Oct 25 13:25:47 2011 -0700
     1.3 @@ -33,8 +33,6 @@
     1.4  
     1.5  OPTION(UTILS  "Build and install utility programs"  ON)
     1.6  
     1.7 -OPTION(ALSOFT_CONFIG "Install alsoft.conf configuration file" OFF)
     1.8 -
     1.9  
    1.10  IF(WIN32)
    1.11      SET(LIBNAME OpenAL32)
    1.12 @@ -445,15 +443,6 @@
    1.13  MESSAGE(STATUS "    ${BACKENDS}")
    1.14  MESSAGE(STATUS "")
    1.15  
    1.16 -# Install alsoft.conf configuration file
    1.17 -IF(ALSOFT_CONFIG)
    1.18 -    INSTALL(FILES alsoftrc.sample
    1.19 -            DESTINATION /etc/openal
    1.20 -            RENAME alsoft.conf
    1.21 -    )
    1.22 -    MESSAGE(STATUS "Installing sample alsoft.conf")
    1.23 -    MESSAGE(STATUS "")
    1.24 -ENDIF()
    1.25  
    1.26  IF(UTILS)
    1.27      ADD_EXECUTABLE(openal-info utils/openal-info.c)