Fix dependency issue in CMake build.

Fixing revsion lookup issues is painfully public since one has to
commit a change to test it.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4018 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2014-04-13 17:56:53 +00:00
parent 5b05f229a1
commit f5eb713ec8
2 changed files with 2 additions and 5 deletions

View File

@ -648,11 +648,10 @@ add_custom_target (revisiontag
COMMENT "Generating Subversion revision information"
VERBATIM
)
# explicitly say that the executable depends on custom target, this is
# explicitly say that the wsjt_qt depends on custom target, this is
# done indirectly so that the revisiontag target gets built exactly
# once per build
add_dependencies(jt9 revisiontag)
add_dependencies(wsjtx revisiontag)
add_dependencies(wsjt_qt revisiontag)
#

View File

@ -1,7 +1,5 @@
#include "about.h"
#include "svnversion.h"
#include "ui_about.h"
#include "moc_about.cpp"