mirror of
				https://github.com/TheLartians/ModernCppStarter.git
				synced 2025-10-31 02:01:33 +01:00 
			
		
		
		
	Fix inconsistent fmt version (#167)
fmt version is still 8.1.1 in `DEPENDENCIES` of `packageProject`, update it to 9.1.0
This commit is contained in:
		
							parent
							
								
									84ed75ca7d
								
							
						
					
					
						commit
						f0b5bdb1f5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -74,5 +74,5 @@ packageProject( | ||||||
|   INCLUDE_DESTINATION include/${PROJECT_NAME}-${PROJECT_VERSION} |   INCLUDE_DESTINATION include/${PROJECT_NAME}-${PROJECT_VERSION} | ||||||
|   VERSION_HEADER "${VERSION_HEADER_LOCATION}" |   VERSION_HEADER "${VERSION_HEADER_LOCATION}" | ||||||
|   COMPATIBILITY SameMajorVersion |   COMPATIBILITY SameMajorVersion | ||||||
|   DEPENDENCIES "fmt 8.1.1" |   DEPENDENCIES "fmt 9.1.0" | ||||||
| ) | ) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue