Skip to content

Commit

Permalink
Remove leftover comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer authored and MaskRay committed Oct 24, 2019
1 parent 90329e5 commit 504cb8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})

Expand Down Expand Up @@ -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)

0 comments on commit 504cb8d

Please sign in to comment.