#187 Remove cctz as external dependency
- CCTZ was embedded in absl/time/internal Signed-off-by: Uilian Ries <uilianries@gmail.com>
This commit is contained in:
		
							parent
							
								
									32930d7bd4
								
							
						
					
					
						commit
						db6a736814
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -16,7 +16,6 @@ class AbseilConan(ConanFile):
 | 
				
			||||||
    exports_sources = ["CMakeLists.txt", "CMake/*", "absl/*"]
 | 
					    exports_sources = ["CMakeLists.txt", "CMake/*", "absl/*"]
 | 
				
			||||||
    generators = "cmake"
 | 
					    generators = "cmake"
 | 
				
			||||||
    settings = "os", "arch", "compiler", "build_type"
 | 
					    settings = "os", "arch", "compiler", "build_type"
 | 
				
			||||||
    requires = "cctz/2.2@bincrafters/stable"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def configure(self):
 | 
					    def configure(self):
 | 
				
			||||||
        if self.settings.os == "Windows" and \
 | 
					        if self.settings.os == "Windows" and \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue