Remove explicit setting of paths for cmake in snapcraft.yaml
This is reported as fixed in snapcraft, thus these paths should be set automatically
This commit is contained in:
		
							parent
							
								
									a7c29991db
								
							
						
					
					
						commit
						06d9d04787
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		|  | @ -126,8 +126,6 @@ parts: | ||||||
|     cmake-parameters: |     cmake-parameters: | ||||||
|       - -DCMAKE_BUILD_TYPE=Release |       - -DCMAKE_BUILD_TYPE=Release | ||||||
|       - -DCMAKE_INSTALL_PREFIX=/usr |       - -DCMAKE_INSTALL_PREFIX=/usr | ||||||
|       - -DCMAKE_LIBRARY_PATH=$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET |  | ||||||
|       - -DCMAKE_INCLUDE_PATH=$CRAFT_STAGE/usr/include |  | ||||||
|       - -DTDESKTOP_API_ID=611335 |       - -DTDESKTOP_API_ID=611335 | ||||||
|       - -DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c |       - -DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c | ||||||
|       - -DDESKTOP_APP_USE_PACKAGED_LAZY=ON |       - -DDESKTOP_APP_USE_PACKAGED_LAZY=ON | ||||||
|  | @ -549,8 +547,6 @@ parts: | ||||||
|     cmake-parameters: |     cmake-parameters: | ||||||
|       - -DCMAKE_BUILD_TYPE=Release |       - -DCMAKE_BUILD_TYPE=Release | ||||||
|       - -DCMAKE_INSTALL_PREFIX=/usr |       - -DCMAKE_INSTALL_PREFIX=/usr | ||||||
|       - -DCMAKE_LIBRARY_PATH=$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET |  | ||||||
|       - -DCMAKE_INCLUDE_PATH=$CRAFT_STAGE/usr/include |  | ||||||
|     prime: |     prime: | ||||||
|       - -./usr/include |       - -./usr/include | ||||||
|       - -./usr/lib/$CRAFT_ARCH_TRIPLET/cmake |       - -./usr/lib/$CRAFT_ARCH_TRIPLET/cmake | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Ilya Fedin
						Ilya Fedin