aboutsummaryrefslogtreecommitdiffstats
path: root/README.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-11-07 10:07:00 +0000
committerJörg Mayer <jmayer@loplof.de>2009-11-07 10:07:00 +0000
commit9ee31d1d0e9a10ddb326bc7b23c22dc99bac7f6c (patch)
tree7e19b692aaacf4e9017a30429e79626a73f71a10 /README.cmake
parentf6dfb9f323f6253c8c0470b8824d8846f5c578ab (diff)
cmake will now honor -Werror if configured (default: on)
svn path=/trunk/; revision=30852
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.cmake b/README.cmake
index 8cffbe4311..c66201cf73 100644
--- a/README.cmake
+++ b/README.cmake
@@ -80,8 +80,7 @@ What needs to be done?
- Fix places in the cmake files marked as todo.
- Add back (working) install target.
Currently, directories are created with user umask
-- Add back -Werror
-- Add back compiler flags test
+- Add back linker flags test
- Build source package (using CPack).
- Build rpm package (using CPack).
- Build dpkg package (using CPack).