mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
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:
parent
5b05f229a1
commit
f5eb713ec8
@ -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)
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user