mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	cmake: set CMAKE_SKIP_RPATH on Linux to fix empty RPATH token issue
https://github.com/monero-project/monero-gui/pull/3150/commits/6ed536982953d870010d8fa065dccbffeb6cae50 https://github.com/monero-project/monero-gui/issues/3142#issuecomment-705940446
This commit is contained in:
		
							parent
							
								
									48fb92dc60
								
							
						
					
					
						commit
						3f50564f11
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -157,6 +157,7 @@ find_package(Boost 1.58 REQUIRED COMPONENTS
 | 
				
			||||||
        locale)
 | 
					        locale)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if(UNIX AND NOT APPLE)
 | 
					if(UNIX AND NOT APPLE)
 | 
				
			||||||
 | 
					    set(CMAKE_SKIP_RPATH ON)
 | 
				
			||||||
    find_package(X11 REQUIRED)
 | 
					    find_package(X11 REQUIRED)
 | 
				
			||||||
    message(STATUS "X11_FOUND = ${X11_FOUND}")
 | 
					    message(STATUS "X11_FOUND = ${X11_FOUND}")
 | 
				
			||||||
    message(STATUS "X11_INCLUDE_DIR = ${X11_INCLUDE_DIR}")
 | 
					    message(STATUS "X11_INCLUDE_DIR = ${X11_INCLUDE_DIR}")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue