diff options
author | Frank Herchet <frank.fh.herchet@bmw.de> | 2012-02-09 13:25:40 +0100 |
---|---|---|
committer | Frank Herchet <frank.fh.herchet@bmw.de> | 2012-02-09 13:25:40 +0100 |
commit | a0042153abf05408409d06c5183efe0905b18055 (patch) | |
tree | a2e02851ce5448f8358fc6041e4ef609ae591485 /CMakeLists.txt | |
parent | 66ce11e941986259e4c403364e3ee7c8b09864f4 (diff) | |
download | audiomanager-a0042153abf05408409d06c5183efe0905b18055.tar.gz |
* merge local changes with updated master
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 89cc21c..fa32b52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,7 @@ OPTION( WITH_PPOLL "libc supports ppoll" ON) OPTION( WITH_TELNET - "build with Telnetserver" OFF) + "build with Telnetserver" ON) OPTION ( USE_BUILD_LIBS "build with default library path = build path" ON) |