mirror of
https://gitlab.com/niansa/libcrosscoro.git
synced 2025-03-06 20:53:32 +01:00
Other minor fixes in CMakeLists.txt
This commit is contained in:
parent
42f1212cde
commit
eb8aea39b2
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ add_library(crosscoro STATIC ${LIBCROSSCORO_SOURCE_FILES})
|
|||
set_target_properties(crosscoro PROPERTIES LINKER_LANGUAGE CXX)
|
||||
target_compile_features(crosscoro PUBLIC cxx_std_20)
|
||||
target_include_directories(crosscoro PUBLIC inc)
|
||||
target_link_libraries(crosscoro PUBLIC pthread c-ares ssl crypto)
|
||||
target_link_libraries(crosscoro PUBLIC -thread)
|
||||
|
||||
if(${CMAKE_CXX_COMPILER_ID} MATCHES "GNU")
|
||||
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS "10.2.0")
|
||||
|
|
Loading…
Add table
Reference in a new issue