mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
cmake syntax correction
This commit is contained in:
parent
e914f5a48f
commit
19be090698
@ -49,7 +49,7 @@ endif(MSVC)
|
||||
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
|
||||
link_libraries(m)
|
||||
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
link_libraries((m)
|
||||
link_libraries(m)
|
||||
endif()
|
||||
|
||||
add_subdirectory(conversions)
|
||||
|
Loading…
Reference in New Issue
Block a user