mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Fix warnings when newer CMake is used.
project() call should always come AFTER cmake_minimum_required(). This caused various hard-to-debug issues when searching for packages. Newer CMake versions complain that compatibility is broken with v2.6
This commit is contained in:
		
							parent
							
								
									7e0e552fd2
								
							
						
					
					
						commit
						883f46662d
					
				
					 10 changed files with 10 additions and 10 deletions
				
			
		|  | @ -1,5 +1,5 @@ | |||
| cmake_minimum_required(VERSION 2.8.12) | ||||
| project(imgui) | ||||
| cmake_minimum_required(VERSION 2.6) | ||||
| 
 | ||||
| add_library(imgui STATIC | ||||
|     imconfig.h | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 tamasmeszaros
						tamasmeszaros