aboutsummaryrefslogtreecommitdiffstats
path: root/README.cmake
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2013-02-25 18:12:28 +0000
committerBalint Reczey <balint@balintreczey.hu>2013-02-25 18:12:28 +0000
commit63d61ede1b48937c870ad3f9f32e40c6b111179e (patch)
tree00b8d3c5c9a4f1c7aeae32903f04eec1ea5dd9b8 /README.cmake
parentd2e0724afc9631bcca59ce045debb9bb686dff1f (diff)
Add a few comments to CMake TODO items
svn path=/trunk/; revision=47880
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake
index d9398486f6..5c87758804 100644
--- a/README.cmake
+++ b/README.cmake
@@ -92,8 +92,11 @@ What needs to be done?
- Fix places in the cmake files marked as todo.
- Guides are not installed.
- Build source package (using CPack).
+ This is obsolete if we decide to release VCS snapshots instead
- Build rpm package (using CPack).
- Build dpkg package (using CPack).
+ This is obsolete, we should call CMake from debian/rules instead, using dh
+ (rbalint)
- Add back checkAPI target.
- Test and add support for other platforms (BSDs, OSX,
Solaris, Win32, Win64, ...)