Fix missing target

The debian target was being added  as a dependency to teh wsjtx target
even when it  doesn't exist. This isn't  allowed in CMake v3  so it no
longer added if it doesn't exist.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4561 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2014-10-28 00:57:22 +00:00
parent ab16265a7d
commit ee51200af7

View File

@ -711,8 +711,9 @@ if (UNIX)
endif (NOT WSJT_SKIP_MANPAGES)
if (NOT APPLE)
add_subdirectory (debian)
add_dependencies (wsjtx debian)
endif (NOT APPLE)
add_dependencies (wsjtx manpages debian)
add_dependencies (wsjtx manpages)
endif (UNIX)
set_target_properties (wsjtx PROPERTIES