mirror of
				https://github.com/MaskRay/ccls.git
				synced 2025-11-03 22:04:24 +00:00 
			
		
		
		
	Remove leftover comment
This commit is contained in:
		
							parent
							
								
									a3f66468ab
								
							
						
					
					
						commit
						0365e447f0
					
				@ -95,7 +95,6 @@ find_package(Threads REQUIRED)
 | 
			
		||||
target_link_libraries(cquery PRIVATE Threads::Threads)
 | 
			
		||||
 | 
			
		||||
if(${CMAKE_SYSTEM_NAME} STREQUAL Linux)
 | 
			
		||||
  # (either through hardware or OS support)
 | 
			
		||||
  # loguru calls dladdr
 | 
			
		||||
  target_link_libraries(cquery PRIVATE ${CMAKE_DL_LIBS})
 | 
			
		||||
 | 
			
		||||
@ -251,4 +250,4 @@ target_sources(cquery PRIVATE
 | 
			
		||||
               src/messages/text_document_type_definition.cc
 | 
			
		||||
               src/messages/workspace_did_change_configuration.cc
 | 
			
		||||
               src/messages/workspace_did_change_watched_files.cc
 | 
			
		||||
               src/messages/workspace_symbol.cc)
 | 
			
		||||
               src/messages/workspace_symbol.cc)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user