Changeset 105 for trunk/CMakeLists.txt


Ignore:
Timestamp:
06/15/09 09:51:56 (15 years ago)
Author:
smurzch2
Message:

Add config dir as a configuration value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r104 r105  
    3838
    3939#----------------------- global options ------------------------------
     40
     41set (CS_CONFDIR "/usr/local/etc" CACHE STRING "Default path for the config files")
     42add_definitions ("-DCS_CONFDIR=\"${CS_CONFDIR}\"")
    4043
    4144if (OSCamOperatingSystem MATCHES "Linux")
Note: See TracChangeset for help on using the changeset viewer.