diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-12 15:43:15 +0200 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-12 15:43:15 +0200 |
| commit | 3779a2e2aed31a2a9d9873b9880f874e65d7269d (patch) | |
| tree | ba5183fbfaf4cfa38f1f749df1ed0724ab3c2537 /CMakeLists.txt | |
| parent | b387348d05f7560f6b783ac1e9b2fe218c827c18 (diff) | |
Fix ipv6 support
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 0d9bd3e..b02972b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ # DEFAULT OPTIONS ############################################################################### option(WITH_SERVER "Build the server instead of client" OFF) -option(ENABLE_IPV6 "Build with the ipv6 support" OFF) +option(ENABLE_IPV6 "Build with the ipv6 support" ON) option(WITH_AUDIO "Build with audio enabled" ON) option(ENABLE_DEBUG "Build debug features" OFF) option(DEVELOPER "Modify stuff to please tuxanci devs" OFF) |