~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to cmake_files/do_install.cmake

  • Committer: Matthew Fuller
  • Date: 2023-03-26 22:14:27 UTC
  • mfrom: (686.1.1 dev)
  • Revision ID: fullermd@over-yonder.net-20230326221427-kg60cox18gd1b018
Remove a testing line accidentally committed in r686 as part of the
cmake minimum update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
# If we don't have the manpage, that's pretty exceptional, so give a
32
32
# warning about it.
33
 
unset(HAS_MAN)
34
33
if(NOT HAS_MAN)
35
34
        string(CONCAT NOMAN
36
35
                "message(WARNING \"No manpage to install: recheck config "