CMakeLists.txt: link properly
This commit is contained in:
parent
4c2874649d
commit
8466d0d850
|
@ -29,7 +29,7 @@ link_directories (${libssl_LIBRARY_DIRS})
|
||||||
foreach (extra iconv rt)
|
foreach (extra iconv rt)
|
||||||
find_library (extra_lib_${extra} ${extra})
|
find_library (extra_lib_${extra} ${extra})
|
||||||
if (extra_lib_${extra})
|
if (extra_lib_${extra})
|
||||||
list (APPEND common_libraries ${extra})
|
list (APPEND common_libraries ${extra_lib_${extra}})
|
||||||
endif ()
|
endif ()
|
||||||
endforeach ()
|
endforeach ()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue