mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Fix FindTBB on linux in debug mode.
This commit is contained in:
		
							parent
							
								
									f9710eff08
								
							
						
					
					
						commit
						dfba3f04e9
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -261,6 +261,10 @@ if(NOT TBB_FOUND) | ||||||
|     set(TBB_LIBRARIES "${TBB_LIBRARIES_${TBB_BUILD_TYPE}}") |     set(TBB_LIBRARIES "${TBB_LIBRARIES_${TBB_BUILD_TYPE}}") | ||||||
|   endif() |   endif() | ||||||
|    |    | ||||||
|  |   if(NOT MSVC AND NOT TBB_LIBRARIES) | ||||||
|  |     set(TBB_LIBRARIES ${TBB_LIBRARIES_RELEASE}) | ||||||
|  |   endif() | ||||||
|  | 
 | ||||||
|   if (MSVC AND TBB_STATIC) |   if (MSVC AND TBB_STATIC) | ||||||
|     set(TBB_DEFINITIONS __TBB_NO_IMPLICIT_LINKAGE) |     set(TBB_DEFINITIONS __TBB_NO_IMPLICIT_LINKAGE) | ||||||
|   endif () |   endif () | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 tamasmeszaros
						tamasmeszaros