Remove leftover comment

This commit is contained in:
DaanDeMeyer 2018-03-19 17:55:01 +01:00 committed by Jacob Dufault
parent a3f66468ab
commit 0365e447f0

View File

@ -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})