mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Set OpenVDB_FOUND if no debug but release is there and not on MSVC
This commit is contained in:
		
							parent
							
								
									9f085c133a
								
							
						
					
					
						commit
						3e5dce771f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -240,7 +240,7 @@ foreach(COMPONENT ${OpenVDB_FIND_COMPONENTS}) | |||
| 
 | ||||
|     list(FIND CMAKE_CONFIGURATION_TYPES "Debug" _has_debug) | ||||
|      | ||||
|     if(OpenVDB_${COMPONENT}_LIBRARY_RELEASE AND (_has_debug LESS 0 OR OpenVDB_${COMPONENT}_LIBRARY_DEBUG)) | ||||
|     if(OpenVDB_${COMPONENT}_LIBRARY_RELEASE AND (NOT MSVC OR _has_debug LESS 0 OR OpenVDB_${COMPONENT}_LIBRARY_DEBUG)) | ||||
|       set(OpenVDB_${COMPONENT}_FOUND TRUE) | ||||
|     else() | ||||
|       set(OpenVDB_${COMPONENT}_FOUND FALSE) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 tamasmeszaros
						tamasmeszaros