aboutsummaryrefslogtreecommitdiffstats
path: root/README.cmake
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-14 16:16:29 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-14 16:16:29 +0000
commit42ad5d6296646918535f51e26949e77bcde1e6e7 (patch)
tree52284e17e6747c1c2a354800811c63b188dc3e06 /README.cmake
parent3fa982dd203b965956a9e231b9ffecb680955f1e (diff)
- Update todo list
- Add dftest and randpkt manpages to sync with autofoo git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33521 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.cmake b/README.cmake
index 85c1024b82..4043d54c83 100644
--- a/README.cmake
+++ b/README.cmake
@@ -81,7 +81,9 @@ What needs to be done?
======================
- Add asn1 autogen target (assigned: krj)
-- Redo glib2 find modules.
+- Redo glib2 find modules. Add version detection while at it.
+- Change default for PCRE to off and use GLIB2 regexes by default.
+ This requires the redone glib2 detection module.
- Add back platform specific objects.
- Fix places in the cmake files marked as todo.
- Add back (working) install target.