mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Fix missing manpages dependency
CMake v3 complains about missing dependencies so the manpages dependency must not be added to the wsjtx target unless it exists. Merged from wsjtx-1.4 branch. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4564 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									a677e183fc
								
							
						
					
					
						commit
						1de397479c
					
				@ -716,12 +716,12 @@ qt5_use_modules (wsjtx Widgets OpenGL Network Multimedia)
 | 
				
			|||||||
if (UNIX)
 | 
					if (UNIX)
 | 
				
			||||||
  if (NOT WSJT_SKIP_MANPAGES)
 | 
					  if (NOT WSJT_SKIP_MANPAGES)
 | 
				
			||||||
    add_subdirectory (manpages)
 | 
					    add_subdirectory (manpages)
 | 
				
			||||||
 | 
					    add_dependencies (wsjtx manpages)
 | 
				
			||||||
  endif (NOT WSJT_SKIP_MANPAGES)
 | 
					  endif (NOT WSJT_SKIP_MANPAGES)
 | 
				
			||||||
  if (NOT APPLE)
 | 
					  if (NOT APPLE)
 | 
				
			||||||
    add_subdirectory (debian)
 | 
					    add_subdirectory (debian)
 | 
				
			||||||
    add_dependencies (wsjtx debian)
 | 
					    add_dependencies (wsjtx debian)
 | 
				
			||||||
  endif (NOT APPLE)
 | 
					  endif (NOT APPLE)
 | 
				
			||||||
  add_dependencies (wsjtx manpages)
 | 
					 | 
				
			||||||
endif (UNIX)
 | 
					endif (UNIX)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if (WSJT_CREATE_WINMAIN)
 | 
					if (WSJT_CREATE_WINMAIN)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user