mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-02 13:17:49 -04:00
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:
parent
ab16265a7d
commit
ee51200af7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user