~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to cmake_files/vcs_checks.cmake

  • Committer: Matthew Fuller
  • Date: 2017-05-16 01:26:38 UTC
  • mfrom: (582.1.17 cleanups)
  • Revision ID: fullermd@over-yonder.net-20170516012638-3huxlbqpg3r2j0gy
Land various minor cleanups.  No functional changes.

Some tweaks to formatting of changelog, cleanup of old code/comments
we no longer use.  Also significant rearranging and organizing the
cmake build files so they're a bit easier to read and less scattered.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# Build env checks
 
2
# See what sort of version control bits we might have around.
3
3
#
4
4
 
5
5
 
48
48
                endif(GIT_CMD)
49
49
        endif(IS_GIT_CO)
50
50
endif(NOT IS_BZR_CO)
 
51
 
 
52
 
 
53
# Flag for dev use
 
54
set(VCS_CHECKS_RUN 1)